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
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
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
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
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
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
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
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