-
### Describe the bug
```
dev=> select 3 in (2, 3);
?column?
----------
t
(1 row)
dev=>CREATE TABLE orders (PRIMARY KEY (order_id)) WITH (connector = 'kafka', kafka.topic = 'mysql.mydb.orders'…
-
**Support for Protobuf with Confluent Schema Registry**
If the Kafka event is serialized in Protobuf and a 4-byte integer schema_id is put in front of the Protobuf binary stream, can `kafka-go` invok…
-
Settings SCHEMA_REGISTRY_KAFKASTORE_TOPIC_REPLICATION_FACTOR doesn't work:
Dockerfile:
```
schema_registry:
image: confluentinc/cp-schema-registry:4.0.0-3
environment:
SCHEMA_R…
-
There is lot of vulnerabilities scaned in debian version of docker images of confluent kafka.. As per our company's security recommendation, they are not allowing to use these images..
Can anyone …
-
I am trying out the schema registry, and attempting to connect the docker container to a zookeeper/kafka running on a VM. However, it times out when attempting to connect to zookeeper.
However, when …
-
**Affected module**
Ingestion
**Describe the bug**
When ingesting from Kafka, schema parsing fails unless the payload type name is similar to the topic name. For example, in a topic named `addres…
-
I have the an SSL certificate in form of a .pem file and a key to open it. I can't authenticate with
SASL_USERNAME
SASL_PLAIN_PASSWORD
SSL_PASSWORD
SSL_CERTIFICATE
-
# Issue Guidelines
### What version of the Stream Reactor are you reporting this issue for?
6.3.0
### Are you running the correct version of Kafka/Confluent for the Stream reactor release?
…
-
There is no liveness and readiness for schema registry, so there is downtime when deploying.
Here is what I use:
```
livenessProbe:
tcpSocket:
port: schema-registry
…
-
# What happened?
Adding a protobuf schema causes an exception and schema registry becomes unresponsive.
# What did you expect to happen?
Schema to be added and replay to continue. API to cont…