Search before reporting
What issue do you find in Pulsar docs?
The docs page for the Node client does not seem to document:
useTLS: boolean
logLevel: 0, 1, 2, 3 (0 correlates to debug, 1=info, 2=warn, 3=error)
These are, however, captured in the TS types: https://github.com/apache/pulsar-client-node/blob/master/index.d.ts#L21
Further, these defaults are not captured anywhere as far as I can tell:
What is your suggestion?
I think documenting these things is enough. If there are other places where configurations are inferred or defaulted but not documented, it would be nice to find those and include them, too, but these are the ones I've come across so far.
Any reference?
No response
Are you willing to submit a PR?
Search before reporting
What issue do you find in Pulsar docs?
The docs page for the Node client does not seem to document:
useTLS: booleanlogLevel: 0, 1, 2, 3 (0 correlates to debug, 1=info, 2=warn, 3=error)These are, however, captured in the TS types: https://github.com/apache/pulsar-client-node/blob/master/index.d.ts#L21
Further, these defaults are not captured anywhere as far as I can tell:
tlsTrustCertsFilePathis${__dirname}/cert.pemper the default applied in the JS Client constructor: https://github.com/apache/pulsar-client-node/blob/master/src/Client.js#L24infoper the C header file: https://github.com/apache/pulsar-client-node/blob/master/src/Client.h#L56What is your suggestion?
I think documenting these things is enough. If there are other places where configurations are inferred or defaulted but not documented, it would be nice to find those and include them, too, but these are the ones I've come across so far.
Any reference?
No response
Are you willing to submit a PR?