Skip to content

Commit d308f90

Browse files
jorgheymansgaryrussell
authored andcommitted
Remove confusing logging statement
1 parent 433e73a commit d308f90

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-kafka/src/main/java/org/springframework/kafka/core/DefaultKafkaProducerFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ public DefaultKafkaProducerFactory(Map<String, Object> configs,
200200
String txId = (String) this.configs.get(ProducerConfig.TRANSACTIONAL_ID_CONFIG);
201201
if (StringUtils.hasText(txId)) {
202202
setTransactionIdPrefix(txId);
203-
LOGGER.info(() -> "If 'setTransactionIdPrefix()' is not configured, "
204-
+ "the existing 'transactional.id' config with value: '" + txId
205-
+ "' will be suffixed for concurrent transaction support.");
206203
this.configs.remove(ProducerConfig.TRANSACTIONAL_ID_CONFIG);
207204
}
208205
}

0 commit comments

Comments
 (0)