Otto Dvalishvili

Results 3 issues of Otto Dvalishvili

https://github.com/authorjapps/zerocode/issues/516 This should also close https://github.com/authorjapps/zerocode/issues/519

I've got cluster of 2 nodes: ``` --- version: '2' services: broker: image: confluentinc/cp-kafka:7.0.0 hostname: broker container_name: broker ports: - "9092:9092" - "9101:9101" environment: KAFKA_BROKER_ID: 1 KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: 'CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT' KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://broker:29092,PLAINTEXT_HOST://localhost:9092'...