KafkaMessage is deprecated use KafkaRecord instead#115
KafkaMessage is deprecated use KafkaRecord instead#115agoncal wants to merge 1 commit intomicroprofile:mainfrom
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.KafkaMessageis marked as deprecated linking toio.smallrye.reactive.messaging.kafka.KafkaRecord