Has anyone encountered this same problem? Is it in fact caused by Azure Event Hub standard tier not supporting Kafka Transactions, and is there a workaround?
ERROR [<CONNECTOR_NAME>|task-0] WorkerSinkTask{id=<CONNECTOR_NAME>-0} Task threw an uncaught and unrecoverable exception. Task is being killed and will not recover until manually restarted (org.apache.kafka.connect.runtime.WorkerTask) [task-thread-<CONNECTOR_NAME>-0]
org.apache.kafka.common.KafkaException: Could not find a coordinator with type TRANSACTION with key <KEY> due to unexpected error: FindCoordinator asked for coordinator with type code 1 which is not supported. type code 1 is only supported in Premium or Dedicated sku.
at org.apache.kafka.clients.producer.internals.TransactionManager$FindCoordinatorHandler.handleResponse(TransactionManager.java:1508)
at org.apache.kafka.clients.producer.internals.TransactionManager$TxnRequestHandler.onComplete(TransactionManager.java:1236)
at org.apache.kafka.clients.ClientResponse.onComplete(ClientResponse.java:154)
at org.apache.kafka.clients.NetworkClient.completeResponses(NetworkClient.java:608)
at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:600)
at org.apache.kafka.clients.producer.internals.Sender.maybeSendAndPollTransactionalRequest(Sender.java:463)
at org.apache.kafka.clients.producer.internals.Sender.runOnce(Sender.java:339)
at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:253)
at java.base/java.lang.Thread.run(Thread.java:840)kafka.strimzi.io/v1beta2