Mark McLaughlin
Mark McLaughlin
@mstruk There are '-'s in the url, but, like I said, the url is not reported as "malformed" when the app is run in jvm mode. The exception is only...
Apologies for not following up in a while. I'm having some issues making that change because when I use my own builds of strimzi-kafka-oauth with my app, `./mvnw clean package...
I managed to resolve my issue (now hidden) earlier. I rebuilt my app in native with @mstruk's suggested change in strimzi-kafka-oauth, re-ran the executable, and it gave me the following...
@mstruk Do you think there is an action required here? Even just to document somewhere that ssl must be enabled for native support for this callback class?
I think I first came across the "kafka-oauth-client" in the [Quarkus - Using Apache Kafka with Reactive Messaging guide](https://quarkus.io/guides/kafka). There is a section, "Authenticating with OAuth", where you are told...
Thanks @scholzj and @mstruk. You might still want to do something with the exception, though, which is strimzi code. :) The exception I got: ``` Failed to start application (with...
@mstruk FYI, I have created a PR to fix the Quarkus guide: https://github.com/quarkusio/quarkusio.github.io/pull/1063. Feel free to close this when you are happy.
> One big question immediately is whether it should be at the definition level or at the permission/relation level It feels cleaner and simpler to me to do it at...