cbornet commented on code in PR #32:
URL:
https://github.com/apache/pulsar-client-reactive/pull/32#discussion_r1032588882
##########
pulsar-client-reactive-api/src/main/java/org/apache/pulsar/reactive/client/api/ReactiveMessageSenderBuilder.java:
##########
@@ -173,6 +174,14 @@ default ReactiveMessageSenderBuilder<T>
lazyStartPartitionedProducers(boolean la
return this;
}
+ default ReactiveMessageSenderBuilder<T> property(String key, String
value) {
Review Comment:
We could also name it `addProperty` ?
--
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]