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


##########
pulsar-client-reactive-adapter/src/main/java/org/apache/pulsar/reactive/client/internal/adapter/AdaptedReactiveMessageSender.java:
##########
@@ -192,11 +192,12 @@ private Mono<MessageId> createMessageMono(MessageSpec<T> 
messageSpec, Producer<T
        }
 
        @Override
-       public Flux<MessageId> sendMessages(Flux<MessageSpec<T>> messageSpecs) {
+       public Flux<MessageId> sendAll(Publisher<MessageSpec<T>> messageSpecs) {

Review Comment:
   I also prefer `send`. I had put `sendAll` because R2DBC has `saveAll`. But 
reactor-kafka also uses `send`.
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to