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
Add container properties to ShareKafkaListenerContainerFactory
Enables configuration of container properties at the factory level, following
the established pattern in other Spring Kafka container factories. This provides
a more flexible and Spring-friendly way to configure share consumer containers,
particularly for settings like explicit acknowledgment mode, without requiring
configuration through Kafka client properties.
- Add `getContainerProperties()` method to allow configuration at factory level
- Copy factory-level properties to each listener container instance during creation
- Update acknowledgment mode determination to respect factory-level settings with proper precedence
- Add integration test for factory-level explicit acknowledgment configuration
- Update documentation with factory-level configuration example
Signed-off-by: Soby Chacko <[email protected]>
0 commit comments