can't setup cloudevents.serializer.event_format
in quarkus
#595
Labels
needs-user-input
The author of an issue or PR should provide more details
Hello everyone, I want to express my appreciation for the fantastic work you're doing!
I've noticed that Quarkus reactive Kafka replaces all underscores (_) with periods (`.``). Here's a code snippet from quarkus code to illustrate this:
This transformation is causing an issue for me when trying to pass event_format in the application.properties file:
Is there a way to also support
event.format
, or do you have any suggestions for a workaround? Your insights would be greatly appreciated!The text was updated successfully, but these errors were encountered: