You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/23 07:33:32 UTC

[GitHub] [pulsar-client-node] larshp opened a new issue #195: Documentation for ClientConfig parameters?

larshp opened a new issue #195:
URL: https://github.com/apache/pulsar-client-node/issues/195


   Hi,
   There are multiple parameter settings for the ClientConfig,
   https://github.com/apache/pulsar-client-node/blob/d2c0d1e374f8e9f25934bd679436da0872b6bc8e/index.d.ts#L25-L33
   
   Is the documentation for these parameters available somewhere? Ideally I'd suggest adding some comments directly in the typescript definition, so users of the library can see some documentation while developing.


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

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



[GitHub] [pulsar-client-node] equanz commented on issue #195: Documentation for ClientConfig parameters?

Posted by GitBox <gi...@apache.org>.
equanz commented on issue #195:
URL: https://github.com/apache/pulsar-client-node/issues/195#issuecomment-1057881624


   > but as a user, how do I find that documentation? I lookup the npm package on https://www.npmjs.com/package/pulsar-client, check the git repository https://github.com/apache/pulsar-client-node, and I cannot find any links to the documentation linked above?
   
   You're right! It would be better to add the link to this repository.
   


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

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



[GitHub] [pulsar-client-node] Matt-Esch commented on issue #195: Documentation for ClientConfig parameters?

Posted by GitBox <gi...@apache.org>.
Matt-Esch commented on issue #195:
URL: https://github.com/apache/pulsar-client-node/issues/195#issuecomment-1052106593


   I suspect this overlaps with pulsar-client-cpp, I didn't find docs for that but there is an equivalent overlap with the java client - https://pulsar.apache.org/api/client/2.10.0-SNAPSHOT/org/apache/pulsar/client/api/ClientBuilder.html


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

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



[GitHub] [pulsar-client-node] Matt-Esch edited a comment on issue #195: Documentation for ClientConfig parameters?

Posted by GitBox <gi...@apache.org>.
Matt-Esch edited a comment on issue #195:
URL: https://github.com/apache/pulsar-client-node/issues/195#issuecomment-1052106593


   I suspect this overlaps with pulsar-client-cpp, I didn't find docs for that (I think it's provided in the header files) but there is an equivalent overlap with the java client - https://pulsar.apache.org/api/client/2.10.0-SNAPSHOT/org/apache/pulsar/client/api/ClientBuilder.html


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

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



[GitHub] [pulsar-client-node] larshp commented on issue #195: Documentation for ClientConfig parameters?

Posted by GitBox <gi...@apache.org>.
larshp commented on issue #195:
URL: https://github.com/apache/pulsar-client-node/issues/195#issuecomment-1057865417


   @equanz thanks, that helps
   
   but as a user, how do I find that documentation? I lookup the npm package on https://www.npmjs.com/package/pulsar-client, check the git repository https://github.com/apache/pulsar-client-node, and I cannot find any links to the documentation linked above?


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

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



[GitHub] [pulsar-client-node] equanz commented on issue #195: Documentation for ClientConfig parameters?

Posted by GitBox <gi...@apache.org>.
equanz commented on issue #195:
URL: https://github.com/apache/pulsar-client-node/issues/195#issuecomment-1057850910


   @larshp 
   Did you see the official documentation? https://pulsar.apache.org/docs/en/client-libraries-node/#client-configuration
   It is not for the type definition(index.d.ts). However, it is most likely useful.


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

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