murong00 opened a new issue #3726: functions cli received HTTP 404 when trying 
to inspect a build-in I/O connector
URL: https://github.com/apache/pulsar/issues/3726
 
 
   **Describe the bug**
   
   When trying to use `pulsar-admin functions` CLI (e.g. `getstatus`) for 
inspecting a submitted build-in I/O sink connector by following the tutorial 
for Pulsar IO, someone will receive HTTP 404 like follows:
   ```
   $ bin/pulsar-admin functions getstatus \
   >     --tenant public \
   >     --namespace default \
   >     --name test-sink
   HTTP 404 Not Found
   
   Reason: Function test-sink doesn't exist
   ```
   However, use `pulsar-admin sink` CLI can get the correct result.

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

Reply via email to