[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #92: Client usage

2022-02-03 Thread GitBox
blankensteiner commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-1028829037 You are most welcome .:-) -- 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 t

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #92: Client usage

2022-02-03 Thread GitBox
blankensteiner commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-1028824684 Yeah, go nuts, you just need to implement IAuthentication :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #92: Client usage

2022-02-02 Thread GitBox
blankensteiner commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-1027952975 Hi @VisualBean In Master, we now have support for on-the-fly authentication. Does that fit your needs? -- This is an automated message from the Apache Git Service

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #92: Client usage

2021-10-25 Thread GitBox
blankensteiner commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-950651849 Hi @VisualBean Thanks for the research! I think we need proper support for this, meaning that we support re-validation of the token on the fly (didn't know that was

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #92: Client usage

2021-10-23 Thread GitBox
blankensteiner commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-950124682 Ok, that sounds a bit strange. I would expect a reply telling us that the token is not accepted. How about when the token is valid upon connection creation but expires

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #92: Client usage

2021-10-22 Thread GitBox
blankensteiner commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-949581001 The default behavior, when a TCP connection is closed, is to go into the 'Disconnected' state and then try to re-establish the connection. -- This is an automated messa

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #92: Client usage

2021-10-20 Thread GitBox
blankensteiner commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-947754149 Does the broker close an active connection when the token expires? Or is it just validated when the connection is established and then first becomes a problem when reconn

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #92: Client usage

2021-10-18 Thread GitBox
blankensteiner commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-946131329 Hi @VisualBean. It depends on the usage but I can share some info. The client and its consumers, producers, and readers are all thread-safe. The client has a connection p