You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/10 10:53:50 UTC

[GitHub] [pulsar-client-reactive] lhotari opened a new issue, #1: Accept Reactive Streams Publisher as input

lhotari opened a new issue, #1:
URL: https://github.com/apache/pulsar-client-reactive/issues/1

   Adapt similar strategy that R2DBC uses, described at https://docs.spring.io/spring-data/r2dbc/docs/current/reference/html/#get-started:first-steps:reactive-api .
   
   > As a general rule, a Spring Data R2DBC repository accepts a plain Publisher as input, adapts it to a Reactor type internally, uses that, and returns either a Mono or a Flux as output. So, you can pass any Publisher as input and apply operations on the output, but you need to adapt the output for use with another reactive library. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-reactive] lhotari closed issue #1: Accept Reactive Streams Publisher as input

Posted by GitBox <gi...@apache.org>.
lhotari closed issue #1: Accept Reactive Streams Publisher as input
URL: https://github.com/apache/pulsar-client-reactive/issues/1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org