You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@localhost bin]# kafka-console-producer.sh --broker-list kafka.xxx.com:8889 --topic t1>111111111111111111
>2222222222222222
>[2017-08-14 14:25:18,394] ERROR Error when sending message to topic t1 with key: null, value: 18 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Expiring 2 record(s) for t1-0: 1504 ms has passed since batch creation plus linger time
[2017-08-14 14:25:18,396] ERROR Error when sending message to topic t1 with key: null, value: 16 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Expiring 2 record(s) for t1-0: 1504 ms has passed since batch creation plus linger time
^C[root@localhost bin]#
[root@localhost bin]# kafka-console-consumer.sh --bootstrap-server kafka.xxx.com:8889 --topic t1 --from-beginning
[2017-08-14 14:28:05,031] WARN Connection to node 2147483646 could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
who can help I ?
The text was updated successfully, but these errors were encountered:
(1)test when port is nodePort, rc.yaml do not change,but service.yaml is :
(2)outside the kubernetes ,on one Centos7 host ,test that :
(3)but , it report some error:
who can help I ?
The text was updated successfully, but these errors were encountered: