-
So here is my problem
I followed the steps on the links http://docs.confluent.io/3.1.2/quickstart.html and http://docs.confluent.io/3.1.2/app-development.html
now to run the sample and do some han…
-
Description
===========
Right now, all the Dotnet built in serializers: ProtobufSerializer, AvroSerializer, and JsonSerializer all implement the `SerializerAsync` function in a similar fashion, they…
-
### What happened?
I have done the Kloadgen setup for Jmeter as documented in 'https://github.com/sngular/kloadgen/wiki/installation'.
The first attempt was downloading kloadgen-5.6.7.jar file direc…
-
Hi,
i setup a kafka producer with these properties :
```
props.put("schema.registry.url", this.schemaRegistryUrl);
props.put(SchemaRegistryClientConfig.BASIC_AUTH_CREDENTIALS_SOURCE,basic_auth…
pibou updated
7 months ago
-
hi !
I try to migrate our kafka connect from confluent schema registry to AWS Glue SR.
I followed the migration documentation (https://docs.aws.amazon.com/glue/latest/dg/schema-registry-integrations…
-
Steps to reproduce:
1. Run zookeeper `docker run -d --net=host --name=zookeeper -e ZOOKEEPER_CLIENT_PORT=32181 confluentinc/cp-zookeeper`
2. Run kafka `docker run -d --net=host --name=kafka -e K…
-
I have a strange behaviour in ksqldb 0.27.2 where I’m creating a Stream with a specific value_scema_id
```
CREATE SOURCE STREAM IF NOT EXISTS user_profile_updated (
"_tenant_id" BYTES HEADER('t…
-
Our kafka avro producer code generates a schema such that new fields can't be added by default. For example, a table with long and int column gets generated as follows:
```json
{
"type": "rec…
-
running a confluent 6 on a single node in development environment
after
`confluent local destroy`
got following output
```
~/confluent$ confluent local services start
The local commands are in…
-
Bonjour,
Je suis en train d'installer les prérequis pour demain et je rencontre l'erreur suivante lors du docker-compose up.
Savez-vous ce que je peux faire pour la régler?
Je suis sur Mac avec…