Skip to content

Loosen Streams Deserialization Requirements Around Read Topics #539

Description

@eazamaAU

Is your feature request related to a problem? Please describe.
Currently, when JulieOps deserializes a topology, it requires Streams users to have a topics.read block with at least one topic, throwing an IOException if this is not the case. While this makes sense in isolation, our organization prefers granularly configuring read/write access in the main topics block.

This check does not exist for other user types, such as KSQL or Connect.

Currently, the deserialization requirement forces us to specify read/write access differently for Streams users. We would like to have a consistent method of specifying read/write access

Describe the solution you'd like
Remove the check in TopologyCustomDeserializer that throws an IOException if there are no "Read Topics"

Describe alternatives you've considered
The status quo is workable, but a consistent process is preferred

Additional context
N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions