Retry Topic Auto configuration - Auto creation of topics #2652
tomazfernandes
started this conversation in
General
Replies: 2 comments
-
@tomazfernandes The problem with broker-auto-created topics is there is no control over the partitions/replication (at the application level). It can also be disabled at the broker level. @snicoll reached out to me last week and he said he plans on addressing that Boot issue before the RC next week; we decided to go with your original suggestion (3 properties). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cool, thanks @garyrussell! Let me know if there's anything I can help with. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm looking into doing some work around retry topics auto-configuration with Spring Boot - in particular adding a few lines in the
SK
docs about it.One concern I remember @garyrussell raised a while back was that auto creation of topics was disabled for auto-configuration:
I thought of adding an auto-configuration property for allowing users to override this, and opened an issue in boot for that.
But now that I think again, the default behavior for
KafkaConsumer
is to auto create topics, so I'm thinking this might be a non-issue? I just created a sample app and when using auto-configuration it creates all topics accordingly.If this looks good enough, I'm thinking I'll just add a few lines to
SK
docs so users know they can use auto configuration for the feature.How does that sound?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions