Hi everyone, I'm checking the codebase to improve my pulsar knownledge, in particular the PulsarApi.proto file. I've found that in the message CommandLookupTopic and message CommandPartitionedTopicMetadata, the parameters original_principal,original_auth_data, and original_auth_method are marked with this annotation
TODO: - Remove original_principal, original_auth_data, original_auth_method
Are these parameters deprecated?
I've tried to check the code, in particular the message.rs and the connection.rs files, but I've found nothing related to these parameters.
Can someone with more expertise help me to understand where these parameters are used?