Adam Antal

Results 11 comments of Adam Antal

I had the same problem with the following bean: ``` $>bean 'java.lang:name=G1 Old Generation,type=GarbageCollector' #IllegalArgumentException: Bean name 'java.lang:name=G1 isn't valid $>bean 'java.lang:name=G1\ Old\ Generation,type=GarbageCollector' #IllegalArgumentException: Bean name 'java.lang:name=G1 isn't valid...

Hi Ely, Thanks for opening this issue! We are happy that you're using the operator. Firstly, As opposed to other Kafka operators, Koperator runs the Kafka brokers as bare Kubernetes...

If you've used the `docker-compose up` command multiple times makes sure you have stopped all the containers from the previous run. This error message can come up when previous containers...

just a heads up: the issue still present on the latest, `v1.21.0` release

Happened to me on 2.7.1-lt against MySQL 8.0.40 The underlying issue long lost in the logs were: ``` Code: 243. DB::Exception: Cannot reserve 5.07 MiB, not enough space. (NOT_ENOUGH_SPACE) ```...

The ClickHouse cluster was not usable, so we recreated it and restarted the connector from scratch. The error did not reappear under normal circumstances.

probably duplicate of https://github.com/Altinity/clickhouse-sink-connector/issues/563 as I've read a bit more about this topic. is it possible that it didn't get fixed? https://github.com/Altinity/clickhouse-sink-connector/pull/880 was merged to 2.6.0 and I'm using `2.7.1`,...

In our use case the (Python) Lambda code itself is **not** instrumented with opentelemetry, but the opentelemetry-collector-lambda is running alongside the execution (as a Lambda extension). The logs that we...

I'll take a deeper look to the attributes using the debug exporter to see all metadata, I might have missed something

Sorry for the delay, I caught up with other issues. To give you more information I managed to test this internally on a staging environment using a `debug` exporter. An...