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/05/20 15:00:30 UTC

[GitHub] [pulsar] larshp opened a new issue, #15690: [Doc] Pulsar binary protocol specification, structure

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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Anonymitaet closed issue #15690: [Doc] Pulsar binary protocol specification, structure

Posted by GitBox <gi...@apache.org>.
Anonymitaet closed issue #15690: [Doc] Pulsar binary protocol specification, structure
URL: https://github.com/apache/pulsar/issues/15690


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


[GitHub] [pulsar] momo-jun commented on issue #15690: [Doc] Pulsar binary protocol specification, structure

Posted by GitBox <gi...@apache.org>.
momo-jun commented on issue #15690:
URL: https://github.com/apache/pulsar/issues/15690#issuecomment-1134428156

   Hi @larshp Thanks for reporting this issue.
   
   We are redesigning the information architecture of Pulsar docs. As a temporary workaround, I propose to add a note with a link to the producer/consumer section to let users know they need to finish topic lookup first. Does it make sense to you? Feel free to let us know your thought.
   
   BTW, the page you mentioned has been deprecated and is no longer maintained. Please visit https://pulsar.apache.org/docs/next/developing-binary-protocol instead.


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