-
I'm trying to simulate usecase of sending around messages in a wrapper type such that if needed devs can use multiple messages on a single topic.
Here is the type. The purpose here is to be able to…
lsegv updated
2 weeks ago
-
I am having issue with JDBC Sink Connector Connecting to Oracle DB
```
kafka.connect.runtime.WorkerSourceTask:433)
Apr 15, 2020 12:32:40 AM oracle.simplefan.impl.FanManager configure
SEVERE: att…
-
I am running connect from docker-compose which connects to a confluent cloud instance. My topic is having messages in Avro with the schema defined. I am trying to run the JDBCK sink connector to dump …
-
I upgraded our Confluent Community Package helm cluster from 5.4.1 to 6.0.1, and installed jdbc plugin:
```
confluent-hub install --no-prompt --component-dir /usr/share/confluent-hub-components/ co…
-
Hi,
I'm trying to connect AS400 with Kafka using Kafka Connect. Here are the properties that I've defined
1) **worker.properties**
bootstrap.servers=192.168.1.249:6667
key.converter=org.apache.kaf…
-
### Terraform Core Version
1.4.6
### AWS Provider Version
5.0.1
### Affected Resource(s)
aws_glue_connection
### Expected Behavior
When setting optional connection properties for …
-
I tried to start connect-standalone to connect to mySQL. When starting, it got hang as per the log and nothing showed up.
```
[2023-03-14 14:43:49,701] INFO [jdbc_source_mysql_03|worker] Attempti…
-
I am trying to connect to MS SQL table and detect changes based on timestamp mode. The table in MS SQL has a column of type DateTime2. When I run Kafka and make updates to the Datetime2 column in the…
-
Hi Team,
I am facing a problem in creating connector for interbase database using interclient.jar driver . I have placed the .jar file in right folder as per my docker configuration. The path to .jar…
-
config is:
```
bootstrap.servers=redact
key.converter=io.confluent.connect.avro.AvroConverter
key.converter.schema.registry.url=http://localhost:8081
value.converter=io.confluent.connect.avro.Avr…