Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hydra V2 Create Stream Endpoint #250

Closed
lewisjkl opened this issue Feb 14, 2020 · 1 comment · Fixed by #254
Closed

Hydra V2 Create Stream Endpoint #250

lewisjkl opened this issue Feb 14, 2020 · 1 comment · Fixed by #254
Assignees

Comments

@lewisjkl
Copy link
Contributor

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.

@lewisjkl
Copy link
Contributor Author

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.

@lewisjkl lewisjkl linked a pull request Feb 18, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants