larshp opened a new issue, #15690: URL: https://github.com/apache/pulsar/issues/15690
### What issue do you find in Pulsar docs? reading https://pulsar.apache.org/docs/develop-binary-protocol/ it introduces how to connect and to create producers and consumers, however following that structure will fail, connecting and creating a producer does not work, nor does it produce any Error commands, just quietly closes the connection(tested with 2.8.1.30) ### What is your suggestion? After the description of how to create producers and consumers, is the section describing the prerequisites for creation namely the service discovery. "Topic lookup needs to be performed each time a client needs to create or reconnect a producer or a consumer" Suggest splitting off producer and consumer sections from the Interactions chapter, and moving that to after Service Discovery. That way the documentation will sequentially correspond to the steps a client implementation must implement. ### Do you have any references? . ### Would you like to fix this issue? . ### Note - [X] I have researched my question. -- 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]
