Emmanuel

Results 5 issues of Emmanuel

It seems that all HTTP calls to akhq are protected by the security implementation chosen at configuration time. This means that if the `RestApiClaimProvider` is being used along side the...

bug
good first issue
backend

I have configured the auth authentification along side with the call to a rest endpoint for permissions. Regularly the micronaut http clients runs into a time out as such: ```...

bug
backend

Hello, We have found out that when using Confluent Cloud Kafka cluster, the topic size information is missing. We have reached out to Confluent support, here is their answe: "Hello...

enhancement
topic data

It seems that `getSecondsBehindMaster` in `BinaryLogClientStatistics` sometimes return the epoch value of `timestamp` instead of the difference `timestamp - eventHeader.getTimestamp()`, most likely because `eventHeader.getTimestamp()=0`. Maybe this happen when `getSecondsBehindMaster` is...

As of now, when the format class is set to `format.class=io.confluent.connect.s3.format.avro.AvroFormat`, the configuration value used for `ignore.default.for.nullables` is the default `false`. There seems to be no way to turn it...