Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-07-14 Thread Meissner, Dylan via user
annik Cc: Schwalbe Matthias ; user@flink.apache.org Betreff: Re: Using pre-registered schemas with avro-confluent-registry format is not possible This comes up when the Schema Registry has authorization capabilities. A producing application may not be authorized to call “register” when another prin

Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-07-11 Thread Martijn Visser
n > in the official release. > > > > *Von:* Meissner, Dylan > *Gesendet:* Freitag, 30. Juni 2023 17:26 > *An:* Martijn Visser ; Schmeier, Jannik > > *Cc:* Schwalbe Matthias ; > user@flink.apache.org > *Betreff:* Re: Using pre-registered schemas with avro-confluent-registry &g

Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-06-30 Thread Meissner, Dylan via user
Cc: Schwalbe Matthias , user@flink.apache.org Subject: Re: Using pre-registered schemas with avro-confluent-registry format is not possible Caution: EXTERNAL EMAIL ALERT. This sender is not from your organization. If you do not recognize the sender, DO NOT CLICK on links or attachments. Hi

Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-06-05 Thread Martijn Visser
> > > > Best regards, > > Jannik > > > > > > *Von:* Schwalbe Matthias > *Gesendet:* Mittwoch, 31. Mai 2023 13:33 > *An:* Schmeier, Jannik ; user@flink.apache.org > *Betreff:* RE: Using pre-registered schemas with avro-confluent-registry > format is not p

Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-05-31 Thread Martijn Visser
Hi Jannik, By default, Kafka client applications automatically register new schemas [1]. You should be able to influence that by using properties, e.g. setting: 'properties.auto.register.schemas' = 'false' 'properties.use.latest.version' = 'true' Best regards, Martijn [1] https://docs.confluen

RE: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-05-31 Thread Schwalbe Matthias
Hello Jannik, Some things to consider (I had a similar problem a couple of years before): * The schemaRegistryClient actually caches schema ids, so it will hit the schema registry only once, * The schema registered in schema registry needs to be byte-equal, otherwise schema registry co