We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa400fa commit d415392Copy full SHA for d415392
spring-kafka/src/main/java/org/springframework/kafka/annotation/KafkaListener.java
@@ -93,6 +93,9 @@
93
/**
94
* The unique identifier of the container managing for this endpoint.
95
* <p>If none is specified an auto-generated one is provided.
96
+ * <p>Note: When provided, this value will override the group id property
97
+ * in the consumer factory configuration, unless {@link #idIsGroup()}
98
+ * is set to false.
99
* @return the {@code id} for the container managing for this endpoint.
100
* @see org.springframework.kafka.config.KafkaListenerEndpointRegistry#getListenerContainer(String)
101
*/
0 commit comments