-
I create the distributed connect cluster using following file:
rest.host.name=localhost
rest.port=8083
rest.advertised.host.name=localhost
rest.advertised.port=8083
bootstrap.servers=kafka:9093
…
-
mongodb connector throws this exception and halts execution even if one message in a kafka topic is erroneous. I found that kafka-console-consumer continues with processing of subsequent messages when…
-
I just downloaded ArangoDB 3.7.10 and kafka-connect-arangodb sink connector on the server as our Kafka Broker to test the integration (OS:ubuntu20). Use the quick start guide to start everything but s…
-
Hi,
I am struggling to use CamelDDBStreamSourceConnector for DynamoDB change capture. Could you please advice me how to get over them?
1. I have tried several common converters for Kafka Connect, …
-
Hello,
For some reason, when writing the parquet temporary file into HDFS filesystem,we got this exception:
2019/01/18 14:40:05 ERROR 2525665 [pool-3-thread-28] connect.hdfs.TopicPartitionWriter…
-
Is it possible to publish these changes directly to a NATS jetsream?
-
We upgraded from confluent 5.0.0 from 4.0.0 in production to run kafka connect hdfs connectors? I see connector task failures with the below error. I think this issue is related to : https://github.co…
-
Getting the following error when running the connector in standalone mode locally:
```
2023-12-13 12:02:08 Caused by: org.apache.kafka.connect.runtime.rest.errors.BadRequestException: Connector confi…
-
Description
===========
When running for prolonged periods of time (days/weeks) our Kafka producer begins throwing a Local_MsgTimedOut error. Sometimes the issue goes away on its own. Other times we…
-
# Description
Using the highlevel KafkaConsumer or KafkaProducer with Kafka 2.6.0 configured with an SSL listener ends with multiple client disconnection. The messages are produced/consumed eventuall…