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
I am doing POC with AWS MSK Cluster and Sink Connector to consume the topics log and create iceberg catalog.
Whenever I used terraform to deploy the connector, I am facing an issue -
org.apache.kafka.connect.errors.ConnectException: No partitions assigned, cannot determine leader
at io.tabular.iceberg.connect.channel.CoordinatorThreadFactoryImpl.lambda$isLeader$1(CoordinatorThreadFactoryImpl.java:66)
But when I try to create the connector using AWS Console, I am able to run the connector. I do not understand what will be cause where this isLeader() logic behave differently. Anybody here encounter such error and any possible workaround to fix it.
The text was updated successfully, but these errors were encountered:
I am doing POC with AWS MSK Cluster and Sink Connector to consume the topics log and create iceberg catalog.
Whenever I used terraform to deploy the connector, I am facing an issue -
But when I try to create the connector using AWS Console, I am able to run the connector. I do not understand what will be cause where this isLeader() logic behave differently. Anybody here encounter such error and any possible workaround to fix it.
The text was updated successfully, but these errors were encountered: