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

support auto creating a topic if it doesn't exist #29

Open
SingingBush opened this issue Jan 16, 2023 · 0 comments
Open

support auto creating a topic if it doesn't exist #29

SingingBush opened this issue Jan 16, 2023 · 0 comments

Comments

@SingingBush
Copy link

When integrating with Kafka using Spring Framework it's easy to get a producer/consumer running without needing to configure anything and when running a producer, if the topic doesn't already exist, Spring will just create it. It's also configurable via auto.create.topics.enable which defaults to true.

It would be great if kafka-d could do the same as it really simplifies deploying a new producer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant