onobc commented on code in PR #124: URL: https://github.com/apache/pulsar-client-reactive/pull/124#discussion_r1167739073
########## README.adoc: ########## @@ -80,7 +80,9 @@ messageId.subscribe(System.out::println); === Sending messages with cached producer -By default a ConcurrentHashMap based cache is used. It's recommended to use a more advanced cache based on Caffeine. The cache will get used as the default implementation when it is on the classpath. +By default, a ConcurrentHashMap based cache is used. Review Comment: In the spirit of Asciidoc's recommended [One Sentence Per Line](https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line) I adjusted the existing doc a bit. -- 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]
