-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add Utility to Log ProducerRecord Metadata Only #2132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Feb 23, 2022
Resolves spring-projects#2132 Allow the user to provide a function for formatting producer records. Also move consumer record formatting to `KafkaUtils` will deprecate `ListenerUtils` versions later.
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Feb 23, 2022
Partial solution for spring-projects#2132 Allow the user to provide a function for formatting producer records. Also move consumer record formatting to `KafkaUtils` will deprecate `ListenerUtils` versions later. There will be more polising in this area for 3.0 only (separate PR). **cherry-pick to 2.8.x, 2.7.x**
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Mar 7, 2022
Partial solution for spring-projects#2132 Allow the user to provide a function for formatting producer records. Also move consumer record formatting to `KafkaUtils` will deprecate `ListenerUtils` versions later. There will be more polising in this area for 3.0 only (separate PR). **cherry-pick to 2.8.x, 2.7.x**
artembilan
pushed a commit
that referenced
this issue
Mar 7, 2022
Partial solution for #2132 Allow the user to provide a function for formatting producer records. Also move consumer record formatting to `KafkaUtils` will deprecate `ListenerUtils` versions later. There will be more polising in this area for 3.0 only (separate PR). **cherry-pick to 2.8.x, 2.7.x**
artembilan
pushed a commit
that referenced
this issue
Mar 7, 2022
Partial solution for #2132 Allow the user to provide a function for formatting producer records. Also move consumer record formatting to `KafkaUtils` will deprecate `ListenerUtils` versions later. There will be more polising in this area for 3.0 only (separate PR). **cherry-pick to 2.8.x, 2.7.x**
artembilan
pushed a commit
that referenced
this issue
Mar 7, 2022
Partial solution for #2132 Allow the user to provide a function for formatting producer records. Also move consumer record formatting to `KafkaUtils` will deprecate `ListenerUtils` versions later. There will be more polising in this area for 3.0 only (separate PR). **cherry-pick to 2.8.x, 2.7.x**
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Mar 7, 2022
Resolves spring-projects#2133 Apply to 2.8.x, and 2.7.x. In 3.0 they will be removed and `KafkaUtils` called directly instead.
artembilan
pushed a commit
that referenced
this issue
Mar 7, 2022
Resolves #2133 Apply to 2.8.x, and 2.7.x. In 3.0 they will be removed and `KafkaUtils` called directly instead.
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Mar 8, 2022
Resolves spring-projects#2132 This reverts commit 297f52d. Just the consumer record part.
Closed by 891664b and back-ported to 2.8.x, 2.7.x |
Closed according the previous comment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g.
spring-kafka/spring-kafka/src/main/java/org/springframework/kafka/requestreply/ReplyingKafkaTemplate.java
Line 381 in 38ed222
spring-kafka/spring-kafka/src/main/java/org/springframework/kafka/requestreply/ReplyingKafkaTemplate.java
Line 399 in 38ed222
Need an option to just log the metadata.
https://stackoverflow.com/questions/71244102/spring-kafka-replyingkafkatemplate-logs-full-details-instead-of-metadata-only-wh
The text was updated successfully, but these errors were encountered: