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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: