Anonymitaet commented on PR #201: URL: https://github.com/apache/pulsar-client-cpp/pull/201#issuecomment-1512408171
Hi @shibd, thanks for introducing this great feature! ======================================== As we discussed just now, for the doc side: ### ✅ Pulsar feature matrix I've ticked the 4 boxes of ["Access Mode" for C++](https://docs.google.com/spreadsheets/d/1YHYTkIXR8-Ql103u-IMI18TXLlGStK8uJjDsOOA0T20/edit#gid=1784579914&range=52:55). ### ✅ Pulsar client docs #### 🌈 Collobration way To add docs for it, feel free to choose your preferred method (either way works for me): - You provide tech inputs to me. I'll write docs based on them and request your review. Or - You submit a PR to the pulsar-site repo directly and request my review. #### 🌈 TO-DO tasks 1. Create a topic named "Enable access mode" in [work with producers](https://pulsar.apache.org/docs/next/client-libraries-producers/). It should explain: - What is it? (we already have this [conceptual content](https://pulsar.apache.org/docs/next/concepts-clients/#access-mode), just add the link to this topic) - How to use it? (e.g., any considerations? Sample code, etc.) <img width="1919" alt="image" src="https://user-images.githubusercontent.com/50226895/232667773-6c015619-fd3f-4192-8b7c-e7a447f578cf.png"> 2. This doc is added to 5 doc versions (NEXT, 2.11.x, 2.10.x, 2.9.x, 2.8.x) since this feature is available from Pulsar 2.8.x. - Original doc file of NEXT is [here](https://github.com/apache/pulsar-site/edit/main/docs/client-libraries-producers.md). - Original doc files of all versioned docs are [here](https://github.com/apache/pulsar-site/tree/main/versioned_docs). We can update one version first and apply the same doc changes to the rest once it gets approved. ======================================== Feel free to reach out to me if you have questions. TIA! -- 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]
