Skip to content

Missing Schemas in Grouping on Collection/Array objects #1617

@Markus-Sky

Description

@Markus-Sky

Describe the bug
A clear and concise description of what the bug is.

Dependencies and versions used

  • springwolf-kafka version 2.0.0 also 1.2.0
  • springwolf-core version 2.0.0 also 1.2.0

Code example

data class PersonEventDto(
  val name: String,
  val profession: Profession,
  val locations: List<Locations>
)

data class Profession(
  val title: String,
  val category: String
)

data class Locations (
  val name: String,
  val address: String,
  val streetNumber: String
)
`

If the PersonEventDto is used in a grouping, the Locations schema is filtered out. This happens for all Collections.
I expect it to be part of the grouping, so the resolution needs to change.

Implementation of this Example will be provided later on in PR.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions