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/10/21 12:04:50 UTC

[GitHub] [pulsar-client-reactive] cbornet commented on a diff in pull request #12: Accept Reactive Streams Publisher as input

cbornet commented on code in PR #12:
URL: https://github.com/apache/pulsar-client-reactive/pull/12#discussion_r1001709345


##########
README.adoc:
##########
@@ -73,8 +73,8 @@ ReactiveMessageSender<String> messageSender = reactivePulsarClient
         .topic(topicName)
         .maxInflight(100)
         .build();
-Mono<MessageId> messageId = messageSender
-        .sendMessage(Mono.just(MessageSpec.of("Hello world!")));
+Publisher<MessageId> messageId = messageSender

Review Comment:
   Yes, I forgot to change.
   Done.



-- 
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