Luca Realdi

Results 2 issues of Luca Realdi

Hi I have this issue with kafka-connect-zeebe-0.32.1-SNAPSHOT.jar This is my docker-compose ``` version: "3" services: zeebe: image: camunda/zeebe:${CAMUNDA_CLOUD_VERSION:-1.2.4} container_name: zeebe environment: - ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_CLASSNAME=io.camunda.zeebe.exporter.ElasticsearchExporter - ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_URL=http://elasticsearch:9200 - ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_BULK_SIZE=1 ports: - 26500:26500...