nodece opened a new issue #13211:
URL: https://github.com/apache/pulsar/issues/13211


   **Describe the bug**
   
   When I call the `pulsarctl topics compact test-compact-topic` command, which 
cannot get a response from the pulsar.
   
   I check out this codebase, I found it doesn't work when receiving the 
request from the pulsarctl: 
https://github.com/apache/pulsar/blob/master/pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/ZKMetadataStore.java#L148,
 the zk client is connected and active.
   
   **To Reproduce**
   ```
   docker run -itd \
     -p 6650:6650 \
     -p 8080:8080 \
    --name pulsar-2.9 \
     apachepulsar/pulsar:2.9.0 \
     bin/pulsar standalone
   
   pulsarctl topics compact test-compact-topic
   ```
   
   **Expected behavior**
   
   It is working.
   
   **Additional context**
   
   
   
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to