|
Rename Variable authorizationFuture : CompletableFuture<Boolean> to isProxyAuthorizedFuture : CompletableFuture<Boolean> in method protected handleProducer(cmdProducer CommandProducer) : void in class org.apache.pulsar.broker.service.ServerCnx |
From |
To |
|
Rename Variable topic : String to topicName : String in method protected handleLookup(lookup CommandLookupTopic) : void in class org.apache.pulsar.broker.service.ServerCnx |
From |
To |
|
Rename Variable authorizationFuture : CompletableFuture<Boolean> to isProxyAuthorizedFuture : CompletableFuture<Boolean> in method protected handleSubscribe(subscribe CommandSubscribe) : void in class org.apache.pulsar.broker.service.ServerCnx |
From |
To |
|
Rename Variable requestId : long to clientRequestId : long in method public handlePartitionMetadataResponse(partitionMetadata CommandPartitionedTopicMetadata) : void in class org.apache.pulsar.proxy.server.LookupProxyHandler |
From |
To |
|
Rename Variable topic : String to topicName : String in method protected handlePartitionMetadataRequest(partitionMetadata CommandPartitionedTopicMetadata) : void in class org.apache.pulsar.broker.service.ServerCnx |
From |
To |