(org.apache.kafka.clients.producer.internals.Sender) [2022-04-28 11:12:11,231] ERROR Error when sending message to topic topic-test with key: null, value: 0 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback) org.apache.kafka.common.errors.KafkaStorageException...
Treat ErrKafkaStorageError as retriable … Verified 4ae6c32 Contributor puellanivis commented Jul 21, 2024 Indeed. 👍 Contributor Author richardartoul commented Aug 1, 2024 Could we merge this? dnwe changed the title Treat ErrKafkaStorageError as retriable fix(producer): treat ErrKafka...
at io.confluent.connect.s3.storage.S3Storage.(S3Storage.java:59) ... 15 more [pool-1-thread-2] ERROR org.apache.kafka.connect.runtime.WorkerTask - Task is being killed and will not recover until manually restarted Copy link Member
Briefly: currently you need to fix version of gcloud storage to google-cloud-storage<=1.29.0. Today i encountered such error when rebuilding by application (no changes in sources/configs) during KafkaConsumer import: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packa...
Could this be because of this: https://issues.apache.org/jira/browse/PARQUET-1866 maybe? 2022-12-01 00:56:14,469 ERROR [kafka-sink-connector-gcs|task-0] WorkerSinkTask{id=kafka-sink-connector-gcs-0} Commit of offsets threw an unexpected ...