-
Notifications
You must be signed in to change notification settings - Fork 80
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
Enable SpringwolfKafkaProducer configuration from the user #126
Comments
Do I understand it correctly, that it should be possible to configure https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/autoconfigure/kafka/KafkaProperties.Producer.html in the application configuration to give full control over the KafkaTemplate (independent of what was or was not configured as part of the spring kafka configuration)? |
Co-authored-by: Timon Back <[email protected]>
Co-authored-by: Timon Back <[email protected]>
@stavshamir I started working with my interpretation of the feature and added #144 as a proposal |
Co-authored-by: Timon Back <[email protected]>
Co-authored-by: Timon Back <[email protected]>
* feat: Configurable springwolf producer for kafka plugin GH-126 Co-authored-by: Timon Back <[email protected]> * Refactor springwolf kafka example to use spring configuration for consumers and produces so that tests can change configuration as needed * Configure kafka with plain and sasl authentication * Switch to localhost:9092 as default kafka connection url * Switch to localhost:9092 as default kafka connection url --------- Co-authored-by: Timon Back <[email protected]> Co-authored-by: Timon Back <[email protected]>
The new version of springwolf has been released. Thank you @sam0r040 for the contribution |
No description provided.
The text was updated successfully, but these errors were encountered: