-
following my docker-compose configuration
```
schema-registry:
image: confluentinc/cp-schema-registry:6.2.0
hostname: schema-registry
container_name: schema-registry
ports:
…
-
Hello team,
I'm facing a problem with the kafka-schema-registry-maven-plugin configuration in pom.xml. I want to use the execution "set-compatibility" with three schema registry url's. My configura…
-
Dear Confluent-Team,
I would like to know if the Schema Registry supports "hot" configuration reloads without the need to restart the registry process as a whole and therefore possibly limiting the…
-
Description
===========
SchemaRegistryClient does not supply a timeout to the underlying calls to `requests`. If a network issue causes no data to be returned (such as firewall/security group miscon…
-
hi - i'm trying to run the schema registry locally and cannot
i figure the tests in this repo should work, but they're also failing for me
what am i missing? seeking advice
when i run this co…
-
## distributed
```
bootstrap.servers=
key.converter=org.apache.kafka.connect.storage.StringConverter
key.converter.schemas.enable=false
#key.converter=org.apache.kafka.connect.storage.StringConve…
-
**Describe the bug**
The "volumes" mapping does not seem to work when trying to embed Kafka connector in Ksqldb Server
**To Reproduce**
Below is my docker file
```
ksqldb-server:
image…
-
Hi,
Our deployment model is a kubernetes based 3 node setup. Each node has one kafka broker and one zookeeper making up the entire cluster of 3 nodes. There is a exactly one schema-registry on one …
-
We have Avro records that we wish to send from Kafka to Kinesis. We are using Kafka 2.5 and the connector Config looks like the following:
```json
{
"aws.access.key.id": "...",
"aws.secr…
-
The Confluent Schema Registry supports registering different types of events for one topic (blog post: https://www.confluent.io/blog/put-several-event-types-kafka-topic/ and pull request: confluentinc…