Ilya Kuramshin
Ilya Kuramshin
Hello @linkedby-data ! Can you please share full compose file (excluding sensitive info)?
@linkedby-data, @raafael thank you for creating issue. I checked OCI streaming today: ``` docker run -p 8080:8080 \ -e KAFKA_CLUSTERS_0_NAME=oci-example \ -e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=cell-1.streaming.eu-amsterdam-1.oci.oraclecloud.com:9092 \ -e KAFKA_CLUSTERS_0_DISABLELOGDIRSCOLLECTION=true \ -e KAFKA_CLUSTERS_0_PROPERTIES_ENABLE_IDEMPOTENCE='false' \...
@ramarro123 It is pretty strange, because TimeoutException you provided is not connected with jmx. I can recommend to 1. set `KAFKA_ADMIN-CLIENT-TIMEOUT=60000` (env variable) to exclude possibility of kafka api timeouts...
so, I think this thread can be closed and resolved. The only problem we currently have is that cluster stats collection and jmx metrics gathering are going one after another...
Checked this issue - on "latest" image its works fine, so we need to review changes applied to master.
@Haarolean Lets not create unnecessary profiles. I suggested simple solution here https://github.com/provectus/kafka-ui/pull/1696#discussion_r830601917 . In should work like `./mvnw compile -DskipUiBuild=true`.
@armenuikafka unfortunately Kafka-connect API is asynchronous in case of configuration changes applying. After you edit number of tasks - this change will be applied by kafka-connect asynchronously (and it is...
Reopening, since it is only fixed for Kafka schema registry, not glue