You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have a new endpoint for creating topics with the V2 semantics (avro schema for both key and value).
The payload should be parsed into hydra.kafka.model.TopicMetadataV2Request using the hydra.kafka.serializer.TopicMetadataV2Parser. From there the endpoint should call hydra.core.bootstrap.CreateTopicProgram#createTopic.
The text was updated successfully, but these errors were encountered:
Forgot to mention that this endpoint should be conditionally enabled using a feature flag. Don't worry about this up front, but we will want to add it before merging this functionality in.
We need to have a new endpoint for creating topics with the V2 semantics (avro schema for both key and value).
The payload should be parsed into
hydra.kafka.model.TopicMetadataV2Request
using thehydra.kafka.serializer.TopicMetadataV2Parser
. From there the endpoint should callhydra.core.bootstrap.CreateTopicProgram#createTopic
.The text was updated successfully, but these errors were encountered: