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 09e775f commit 10127ecCopy full SHA for 10127ec
spring-kafka/src/main/java/org/springframework/kafka/listener/ConsumerProperties.java
@@ -292,6 +292,8 @@ public Properties getKafkaConsumerProperties() {
292
* provided by the consumer factory; properties here will supersede any with the same
293
* name(s) in the consumer factory.
294
* {@code group.id} and {@code client.id} are ignored.
295
+ * Property values must be {@link String}s; only properties returned by
296
+ * {@link Properties#stringPropertyNames()} will be applied.
297
* @param kafkaConsumerProperties the properties.
298
* @see org.apache.kafka.clients.consumer.ConsumerConfig
299
* @see #setGroupId(String)
0 commit comments