Bruno Domenici

Results 7 issues of Bruno Domenici

Hi, If we set env to schema registry, for example in `CONNECT_KEY_CONVERTER_SCHEMA_REGISTRY_BASIC_AUTH_USER_INFO` we have the credentials in the logs. https://github.com/confluentinc/cp-docker-images/blob/2a72ac3996d96aecf4f31ad81abc93b31923b12e/debian/base/include/etc/confluent/docker/bash-config#L27 Can we add `BASIC_AUTH_USER_INFO` in this line to avoid this?...

Hi, I had to set property: `logger-startup-timeout = 30s` in my config, but isn't possible to do with Helm Chart: https://github.com/lightbend/kafka-lag-exporter/blob/58cba6c79c6f979da03ef87ef89ac5393e60cb94/charts/kafka-lag-exporter/templates/030-ConfigMap.yaml#L76-L80 My ConfigMap: ``` akka { loggers = ["akka.event.slf4j.Slf4jLogger"] loglevel...

question

Hi, Is it possible to implement JDBC source and sink to execute an Stored Procedure to get and write data on database? Thank you

Hi, I have an auditing/compliance requirement to generate log for auditing for my Kafka Broker. As my service provider doesn't provide it, I'm evaluate to use Kafka-proxy to achieve it....

enhancement

Hi, I do have an internal need to implement Google Secret Manager as Source. I've already implemented the source and I'd like to contribute to the project, if your guys...

Hi, I have some config in my `@Controller` annotation, like this: ``` @Controller("/v${applications.api.version}/applications") ``` And my OpenAPI is being generated like this: ``` /v${applications.api.version}/applications: get: ``` I believe that correct...

info: workaround available
type: enhancement

BREAKING CHANGE: provider configuration changed from auth.authentication.provider to auth.authentication.jwt.enabled ### Motivation Allow the configuration of the OpenID authentication provider along side with JWT. ### Modifications Provider configuration `auth.authentication.provider` (only 'jwt'...