-
Any plan to support ELEMENT encryption for an array of objects?
Example data:
```json
{
"_id":"gabd9a39-9856-38b6-b983-94513f746f34",
"currency":"ABC",
"fields":[
{
"fieldOne"…
-
I am trying to add the Hudi Sink Connector to AWS MSK using the below config
connector.class=org.apache.hudi.connect.HoodieSinkConnector
s3.region=us-east-1
hoodie.base.path=s3://data_bucket
hoo…
-
Hi Team,
I am using Strimzi Kafka inside my K8s cluster and I want to use KafkaConnect to archive my topics data to S3 bucket. So I created a docker image using the following Dockerfile.
**Dockerf…
-
I have a kafka cluster on docker using confluent images. I am using docker-compose to build the containers.
When I tried to run the container it starts but can't communicate with any broker due to …
-
The issue looks like https://github.com/micronaut-projects/micronaut-kafka/issues/264 but with another connection options.
### Expected Behavior
Successful connection to kafka server
### Act…
-
Brokers can reach each other via URI in `KAFKA_ADVERTISED_LISTENERS` but it failes to connect during TLS handshake.
`KAFKA_ADVERTISED_LISTENERS: SSL://localhost:39092`
```
$ docker-compose up --…
-
Hello,
Please help to solve a problem with configuration PubSub Sink Kafka Connect.
My configuration:
`curl -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{ "name":…
kloba updated
6 years ago
-
I'm using Confluent Platform version 5.4.0 and i'm facing the same problem than https://github.com/confluentinc/kafka-connect-jdbc/issues/455
With the option "quote.sql.identifiers":"always", it wo…
-
I am following this tutorial
[https://www.baeldung.com/kafka-connect-mqtt-mongodb]
But for both i am getting the same error
kafka-connect | [2020-11-27 13:36:50,244] ERROR Uncaught exception…
-
I am trying to install kafka on a vagrant server via chef solo.
I seem to get a template file not found error but the file exists. Wondering what could be wrong?
I am trying to install
chef.add_rec…