spring-pulsar icon indicating copy to clipboard operation
spring-pulsar copied to clipboard

Copy/paste artifact in the Consuming Null Payloads docs

Open artembilan opened this issue 1 year ago • 0 comments

See more info in the https://docs.spring.io/spring-pulsar/docs/1.1.0-RC1/reference/reference/tombstones-reactive.html#tombstones-reactive.consume.

The table talks about Flux<org.apache.pulsar.client.api.Messages<T>> where it feels like this has to be Flux<org.springframework.messaging.Message<T>>. Although, that indeed rises the question how about org.apache.pulsar.client.api.Messages in reactive manner...

artembilan avatar Apr 29 '24 20:04 artembilan