You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a PulsarClient, Producer, Consumer and Readers it will be good to have a way to provide all the necessary configurations in a typesafe way.
For example at the moment when creating a PulsarClient, we can provide the serviceURL:
When creating a PulsarClient, Producer, Consumer and Readers it will be good to have a way to provide all the necessary configurations in a typesafe way.
For example at the moment when creating a PulsarClient, we can provide the serviceURL:
but we need to support adding more configurations, like security etc.
We need to think whats the best way to implement this
The text was updated successfully, but these errors were encountered: