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
Trace begun at /usr/local/share/perl5/Kafka/Connection.pm line 1702
Kafka::Connection::_error('Kafka::Connection=HASH(0x55cd34781aa8)', -1000, 'RECEIVE_MAX_ATTEMPES') called at /usr/local/share/perl5/Kafka/Connection.pm line 471
Kafka::Connection::new('Kafka::Connection', 'host', 10.72.202.46, 'port', 9092, 'broker_list', 'ARRAY(0x55cd34750170)', 'SEND_MAX_ATTEMPTS', 1, 'RECEIVE_MAX_ATTEMPES', 3, 'RETRY_BACKOFF', 200, 'AutoCreateTopicsEnable', 0) called at /github/nagios-plugins/check_kafka.pl line 196
main::ANON at /github/nagios-plugins/lib/HariSekhonUtils.pm line 568
eval {...} at /github/nagios-plugins/lib/HariSekhonUtils.pm line 568
HariSekhonUtils::try('CODE(0x55cd3478d250)') called at /github/nagios-plugins/check_kafka.pl line 383
The text was updated successfully, but these errors were encountered:
Hello, I am testing the tool for kafka, and I got this error, that it seems in MHO a bug.
jcrivera@hera:~$ docker run harisekhon/nagios-plugins check_kafka.pl -B X.X.X.X:9092 -T TutorialTopic --verbose --receive-max-attempts 3
CRITICAL: Error: Invalid argument: RECEIVE_MAX_ATTEMPES
Trace begun at /usr/local/share/perl5/Kafka/Connection.pm line 1702
Kafka::Connection::_error('Kafka::Connection=HASH(0x55cd34781aa8)', -1000, 'RECEIVE_MAX_ATTEMPES') called at /usr/local/share/perl5/Kafka/Connection.pm line 471
Kafka::Connection::new('Kafka::Connection', 'host', 10.72.202.46, 'port', 9092, 'broker_list', 'ARRAY(0x55cd34750170)', 'SEND_MAX_ATTEMPTS', 1, 'RECEIVE_MAX_ATTEMPES', 3, 'RETRY_BACKOFF', 200, 'AutoCreateTopicsEnable', 0) called at /github/nagios-plugins/check_kafka.pl line 196
main::ANON at /github/nagios-plugins/lib/HariSekhonUtils.pm line 568
eval {...} at /github/nagios-plugins/lib/HariSekhonUtils.pm line 568
HariSekhonUtils::try('CODE(0x55cd3478d250)') called at /github/nagios-plugins/check_kafka.pl line 383
The text was updated successfully, but these errors were encountered: