Quarkus images with Kafka: hono.kafka.defaultClientIdPrefix does not map to any root
See original GitHub issueWhen starting current master Quarkus images with Kafka, using the IoT Packages Helm chart, there is this exception
Nov 18, 2021 2:33:11 PM io.quarkus.runtime.ApplicationLifecycleManager run
ERROR: Failed to start application (with profile prod)
io.smallrye.config.ConfigValidationException: Configuration validation failed:
hono.kafka.defaultClientIdPrefix does not map to any root
at io.smallrye.config.ConfigMappingProvider.mapConfiguration(ConfigMappingProvider.java:855)
at io.smallrye.config.ConfigMappingProvider.mapConfiguration(ConfigMappingProvider.java:811)
at io.smallrye.config.SmallRyeConfigBuilder.build(SmallRyeConfigBuilder.java:403)
at io.quarkus.runtime.generated.Config.readConfig(Config.zig:1293)
at io.quarkus.deployment.steps.RuntimeConfigSetup.deploy(RuntimeConfigSetup.zig:42)
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:326)
Issue Analytics
- State:
- Created 2 years ago
- Comments:21 (21 by maintainers)
Top Results From Across the Web
Apache Kafka Reference Guide - Quarkus
This reference guide demonstrates how your Quarkus application can utilize SmallRye Reactive Messaging to interact with Apache Kafka. 1. Introduction. Apache ...
Read more >Using Apache Kafka with Schema Registry and Avro - Quarkus
The Movies will be serialized and deserialized using Avro. The schema, describing the Movie, is stored in Apicurio Registry. The same concept applies...
Read more >Using Apache Kafka Streams - Quarkus
This guide demonstrates how your Quarkus application can utilize the Apache Kafka Streams API to implement stream processing applications ...
Read more >Dev Services for Kafka - Quarkus
Because starting a Kafka broker can be long, Dev Services for Kafka uses Redpanda, a Kafka compatible broker which starts in ~1 second....
Read more >Getting Started with Apache Kafka in your Quarkus application
Go to https://code.quarkus.io, enter your group id and artifact id. Then in the extension list, select: SmallRye Reactive Messaging - Kafka ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sophokles73 Sorry, I recently changed my local test config for the helm chart and misplaced the
metrics
properties there. I’ve now fixed that and tested it again with your PR changes and it works as expected.And yes, the above is the expected default configuration.
I created #2967.