sijie commented on a change in pull request #3735: Implementing authentication for Pulsar Functions URL: https://github.com/apache/pulsar/pull/3735#discussion_r262337515
########## File path: pulsar-functions/proto/src/main/proto/Function.proto ########## @@ -141,6 +141,11 @@ message FunctionMetaData { uint64 version = 3; uint64 createTime = 4; map<int32, FunctionState> instanceStates = 5; + FunctionAuthenticationSpec functionAuthSpec = 6; +} + +message FunctionAuthenticationSpec { + string data = 1; Review comment: @jerrypeng bytes is a more natural representation :-) ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services