-
Notifications
You must be signed in to change notification settings - Fork 37
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
KafkaMessage is deprecated use KafkaRecord instead #115
base: main
Are you sure you want to change the base?
Conversation
`io.smallrye.reactive.messaging.kafka.KafkaMessage` is marked as deprecated linking to `io.smallrye.reactive.messaging.kafka.KafkaRecord`
Can one of the admins verify this patch? |
I think that In addition, I think that leaving the name as |
I should have been more precise in the issue, sorry. There are several references of @Azquelt if |
Yes, it's an example class name, so it's formatted as a class name and used in the code example. Certainly the wording could be improved so that it's clearer that For example, the OpenLiberty implementation has a Kafka connector, but does not provide any specialized |
The spec wording makes it quite clear that it is an example:
|
Maybe we edit the spec to say |
io.smallrye.reactive.messaging.kafka.KafkaMessage
is marked as deprecated linking toio.smallrye.reactive.messaging.kafka.KafkaRecord