You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When allowAutoTopicCreationType is set to partitioned, the function trigger cannot work normally. The error as follows:
13:41:15.112 [AsyncHttpClient-7-1] WARN org.apache.pulsar.client.admin.internal.FunctionsImpl - [http://localhost:8080/admin/v3/functions/public/default/example/trigger] Failed to perform http post request: javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error
java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException: Topic reader cannot be created on a partitioned topic
Reason: HTTP 500 Internal Server Error
13:41:15.112 [AsyncHttpClient-7-1] WARN org.apache.pulsar.client.admin.internal.FunctionsImpl - [http://localhost:8080/admin/v3/functions/public/default/example/trigger] Failed to perform http post request: javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error
java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException: Topic reader cannot be created on a partitioned topic
Reason: HTTP 500 Internal Server Error
Expected behavior
When I set allowAutoTopicCreationType in standalone.conf to non-partitioned, the functions trigger can work normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac
Pulsar Broker: 2.6.1
JDK: 1.8
The text was updated successfully, but these errors were encountered:
Describe the bug
When allowAutoTopicCreationType is set to partitioned, the function trigger cannot work normally. The error as follows:
The specific error location points to here
To Reproduce
examples/example-function-config.yaml:
Expected behavior
When I set allowAutoTopicCreationType in standalone.conf to non-partitioned, the functions trigger can work normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: