spring-pulsar
spring-pulsar copied to clipboard
Revise Streaming section in the docs
See here: https://docs.spring.io/spring-pulsar/docs/1.1.0-RC1/reference/reference/reactive-pulsar/reactive-message-consumption.html#_streaming
Feels like the MessageResult and MessageUtils do the same according to their ::acknowledge reference.
However I do understand that MessageResult deals with a org.apache.pulsar.client.api.Message unlike MessageUtils and org.springframework.messaging.Message.
It might be helpful to describe difference in the NOTE for the MessageUtils in the end of this section.
Thanks