Clément MATHIEU
Clément MATHIEU
I have configured my daemon to expose the GUI over an Unix socket rather than a TCP port on the loopback interface. However, it seems that syncthing-gtk does not support...
Using opentracing-contrib/java-kafka-client 0.15.0 with Kafka client >= 3.0.0 leads doesn't work: ``` 2022-03-11T13:45:32.603Z [03608a62-cf2b-4e0d-ba76-85bec1224a9b-app-bfd8b27c-46e3-422f-a692-a6eff7ac2a7a-StreamThread-1] ERROR org.apache.kafka.streams.KafkaStreams - stream-client [03608a62-cf2b-4e0d-ba76-85bec1224a9b-app-bfd8b27c-46e3-422f-a692-a6eff7ac2a7a] Encountered the following exception during processing and Kafka Streams opted to...
Current TracingKafkaConsumer behaviour is to override Consumer#poll to: * create very short lived consumer spans before returning all the records to the caller. * inject span context into record headers...
Using victoria-metrics-agent chart, I had like to configure `remoteWrite.relabelConfig`. However, chart doesn't seems to support such configuration file as first class citizen. My limited knowledge of Helm / K8s drives...
### Discussed in https://github.com/Randgalt/record-builder/discussions/89 Originally posted by **cykl** March 3, 2022 A common way to manage nullability annotations is to put a default @NonNull annotation at method / parameter /...
I extensively use the built-in serialization/de-serialization mechanism offered by ICardinality estimators and was a bit irritated by having to catch cumbersome and useless IOExceptions. As long as we are working...
My understanding is that renovatebot can leverage some cache to speed up execution and make fewer requests to external service but helm charts has no support for a persistent volume...
As suggested in #551, it would be nice if Tempo chart would allow to create an ingress like Loki or Cortex do. My specific use case is that some Grafana...
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md) and...
#### Reason/Context I would like to integrate the output of asyncapi validate to Gitlab's merge request. Gitlab supports [following artefact types](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html). While both Gitlab and asyncapi supports Junit format, it's...