-
services:
postgres:
image: debezium/postgres:15
ports:
- 5432:5432
environment:
- POSTGRES_USER=docker
- POSTGRES_PASSWORD=docker
- POSTGRES_DB=exampledb
…
-
Hi,
Currently we use Apache Druid as Kafka consumer/ producer with Confluent Kafka + Confluent Schema Registry. We are assessing to move to AWS MSK however, not sure if the Apache Druid will conti…
-
Hi,
I would like to use Kafka Rest Proxy + Schema Registry with a JSON Schema, but every time I made a request to insert a new message on a topic, the schema isn't retrieved from the schema-registry.…
-
**Is your feature request related to a problem? Please describe.**
We're unable to to create topic with key/value protobuf schemas if they use proto `import` statements, e.g.:
`import "google/prot…
-
Description
===========
Errors while installing latest version (2.5.0).
```
/mnt/tmp/pip-install-blxssofn/confluent-kafka/src/confluent_kafka/src/confluent_kafka.h:18:10: fatal error: Python.h: N…
-
We need support for schema registry with SSL/mTLS support. This also means that we want to return the Avro message as some readable format, such as JSON.
This needs to be implemented following the …
-
### Background
As part of the effort to add Confluent Platform support, we will need to revisit the Schema Registry Selection experience to ensure that it is consistent, easy to use, and discoverable…
-
### Describe the bug
I need a data change time, but the fields in the reference document report an error. Is there any way to generate a data change time? My raw data is already in debezium avro fo…
-
### Describe the bug
With https://github.com/quarkusio/quarkus/pull/42324 I started to get exception during cache update in my app with SmallRye Reactive Messaging. I tried to check https://github.…
-
Hi,
The library that contains serializers/deserializers for json schema contains a critical vulnerability. We tried to exclude from packages but then sending messages on kafka does not work.
- [i…