Skip to content

Commit

Permalink
Update jpo-ode-svcs/src/main/java/us/dot/its/jpo/ode/kafka/producer/L…
Browse files Browse the repository at this point in the history
…oggingProducerListener.java

Co-authored-by: Drew Johnston <[email protected]>
  • Loading branch information
mcook42 and drewjj authored Dec 12, 2024
1 parent 66c71c3 commit 71b6b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class LoggingProducerListener<K, V>

@Override
public void onSuccess(ProducerRecord<K, V> producerRecord, RecordMetadata recordMetadata) {
log.debug("Successfully produced to topic with {} key {} and value {} ", producerRecord.topic(),
log.debug("Successfully produced to topic {} with key {} and value {} ", producerRecord.topic(),
producerRecord.key(), producerRecord.value());
}

Expand Down

0 comments on commit 71b6b12

Please sign in to comment.