Fares Oueslati

Results 11 issues of Fares Oueslati

**Is your feature request related to a problem? Please describe.** I'm using [Renovate](https://github.com/renovatebot/renovate) to update dependencies. Renovate [supports docker label `org.opencontainers.image.source`](https://github.com/renovatebot/renovate/pull/2907) to point to source and add the release notes...

enhancement
help wanted
good-start

**Is your feature request related to a problem? Please describe.** Lack of visibility regarding the validity period of certificates created by the cluster & user operators. **Describe the solution you'd...

enhancement
help wanted

Hi 👋 I'm using kafka topic to store messages with different avro schemas. Schema are stored within Confluent SR. I would like to send messages from the same topic to...

Using some metrics already provided by the exporter. I'm trying to estimate the lag duration i.e how much time does the consumer need in order to process all the late...

I would like to exclude the console-conumers metrics. I tried using this regex `^(?!console.*).*` But I got an error since GO go regexp package seems to use RE2 syntax, not...

Hello, Was wondering if it's possible to extract int values, here is my code that failed. ```go type Dummy struct { _ struct{} `regexp:"^"` DummyInt int `regexp:"\\d"` _ struct{} `regexp:"$"`...

Is there please a "simple" way to run this as non root user ? Thanks a lot

Hello 👋 Using latest landoop/fast-data-dev image. When trying this command within the container: `root@fast-data-dev / $ ./opt/landoop/kafka/bin/kafka-topics --bootstrap-server platform-kafka-kafka-bootstrap:9093 --command-config client.properties -list` I get this error `[2020-11-26 18:09:01,580] WARN The...

Hi, I'm trying to filter schemas by ID in the schema registry view, but I'm not having any luck. Does this feature exist? My apologies if this issue has been...

feature
help wanted
frontend

I am working towards constructing a Service Level Objective (SLO) for our Kafka cluster's availability using Strimzi-Canary metrics. The aim is to have two distinct resources for the SLO: one...