Simon Hofer
Simon Hofer
When creating the following service account I get an error ``` resource "confluentcloud_service_account" "kafka-1-rw" { name = "kafka-1-rw" description = "service account kafka-1-rw" } resource "confluentcloud_api_key" "kafka-1-rw" { cluster_id =...
I have issues deserializing proto messages using - quarkus 3.2 - kafka-protobuf-serializer 7.4.1 - smallrye-mutiny-vertx-kafka-client When deserializing a message I get `java.lang.NoClassDefFoundError: Could not initialize class okio.internal._PathKt` I put a...
### Issue description From time to time qtile crashes with a segfault in libpango. I have applications causing it more often like citrix-wfica while starting it but I cannot reproduce...
For the Kafka client I'm using the following setting. ``` sasl.login.callback.handler.class=io.confluent.oauth.azure.managedidentity.OAuthBearerLoginCallbackHandler ``` With this I can provide a token e.g. for a Pod Identity in Azure. But when I want...
I got a prblem when using noa-libre with Swing. When I'm focusing the Writer and typing and then klick on swing component like JTextField there are two cursors blinking one...
### Issue description I frequently get segfaults caused by libpango. Similar to https://github.com/qtile/qtile/issues/4560 I reported a few months ago. Unfortunately I have not guaranteed reproducer so far. Times when it...