Any idea how to deal with ```2023-05-30 19:34:53,0...
# troubleshooting
t
Any idea how to deal with
Copy code
2023-05-30 19:34:53,077 WARN  org.apache.flink.connector.kafka.source.reader.KafkaSourceReader [] - Failed to commit consumer offsets for checkpoint 4228
org.apache.kafka.clients.consumer.RetriableCommitFailedException: Offset commit failed with a retriable exception. You should retry committing the latest consumed offsets.
Caused by: org.apache.kafka.common.errors.CoordinatorNotAvailableException: The coordinator is not available.
I've tried setting the configuration mentioned here, but the issue still persists. Thanks