ivankelly commented on a change in pull request #3067: PIP-25: C++ / Python /
Go implementation for token authentication
URL: https://github.com/apache/pulsar/pull/3067#discussion_r237041645
##########
File path: pulsar-client-cpp/include/pulsar/Authentication.h
##########
@@ -114,6 +115,43 @@ class AuthTls : public Authentication {
AuthenticationDataPtr authDataTls_;
};
+typedef boost::function<std::string()> TokenSupplier;
Review comment:
works for me. Can we actually move to c++11 (or 14 even)? I remember when I
was in yahoo, the redhat version, and consequently the stdc++ version, were as
old as the hills. I don't know if that's still the case. In any case, C++11
should be generally available by now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services