Open
Description
when I configured everything and try to run the project, it is giving me this error:
Exception in thread "main" org.apache.pulsar.client.api.PulsarClientException$LookupException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: can't have consume-permission
at org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:677)
at org.apache.pulsar.client.impl.ConsumerBuilderImpl.subscribe(ConsumerBuilderImpl.java:97)
at com.tuya.open.sdk.mq.MqConsumer.start(MqConsumer.java:84)
at com.tuya.open.sdk.example.ConsumerExample.main(ConsumerExample.java:29)
I think it is mainly because of the subscribe method but I actually cannot figure out how to fix this problem ,can anyone help me with this? thanks.
Metadata
Assignees
Labels
No labels
Activity