wolfstudy opened a new issue #8002: URL: https://github.com/apache/pulsar/issues/8002
**Describe the bug** The functions trigger `request timeout ` **To Reproduce** Steps to reproduce the behavior: 1. bin/pulsar-admin functions create .... 2. bin/pulsar-client consumer .... 3. bin/pulsar-admin functions trigger .... 4. The error: ``` 20:36:03.994 [AsyncHttpClient-7-1] WARN org.apache.pulsar.client.admin.internal.FunctionsImpl - [http://localhost:8080/admin/v3/functions/test/test-namespace/example1/trigger] Failed to perform http post request: javax.ws.rs.ClientErrorException: HTTP 408 Request Timeout Request Timed Out Reason: Request Timed Out ``` But the consumer received this message correctly. **Expected behavior** The function trigger can be executed normally. **Screenshots**  **Desktop (please complete the following information):** - OS: MacOs - Broker: 2.6.1 ---------------------------------------------------------------- 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: [email protected]
