kaushik-develop opened a new issue #10202:
URL: https://github.com/apache/pulsar/issues/10202
**Describe the bug**
In ServerCnx::doAuthentication(), the authentication data needs to be
refreshed (instead of doing nothing) at an authentication refresh.
**To Reproduce**
Steps to reproduce the behavior:
1. When a Pulsar client talks with a broker, and the client updates the
authentication data, the broker can be seen to continue using the older data.
**Expected behavior**
The broker is expected to refresh the authData corresponding to the new data
on the connection from the client.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS:
% uname -a
Darwin C02D2553MD6R 19.6.0 Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05
PST 2021; root:xnu-6153.141.16~1/RELEASE_X86_64 x86_64
%
**Additional context**
Add any other context about the problem here.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]