Replies: 1 comment
-
/cc @alesj (kafka,kafka-streams), @cescoffier (kafka), @gunnarmorling (kafka-streams), @ozangunalp (kafka,kafka-streams), @rquinio (kafka-streams) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
how are the
quarkus.kafka-streams.schema-registry-key
andquarkus.kafka-streams.schema-registry-url
configuration properties supposed to work in conjunction with a Quarkus Kafka Streams application and Avro SerDes (using an Apicurio registry)?Specifically: when building a
Topology
, how do I construct the necessary Avro SerDes? Do I have to specifiy the registry URL while configuring the SerDes in code, or is there some 'magic' behind the scenes that allows me to use Avro SerDes while using the configuration properties mentioned above?This doesn't work:
When running this with the following configuration:
... the application dies at startup complaining that no
apicurio.registry.url
is defined.Beta Was this translation helpful? Give feedback.
All reactions