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
{{ message }}
This repository was archived by the owner on Oct 19, 2025. It is now read-only.
hi there, i am using version 10.0.0-alpha.0 to connect to a confluent cp-kafka image, and i seem to have configured my network correctly, but i am now getting this error trace below. It is a little odd because i am not passing any sasl configuration options so i was wondering if you had any thoughts on it.
eyeshade-consumer | sentry 2020-12-09T05:44:43.344Z sentry TypeError: Cannot read property 'toUpperCase' of undefined
eyeshade-consumer | at SASLAuthenticator.authenticate (/usr/src/app/node_modules/kafkajs/src/broker/saslAuthenticator/index.js:33:54)
eyeshade-consumer | at Broker.connect (/usr/src/app/node_modules/kafkajs/src/broker/index.js:120:29)
eyeshade-consumer | at processTicksAndRejections (internal/process/task_queues.js:93:5)
eyeshade-consumer | at async /usr/src/app/node_modules/kafkajs/src/cluster/brokerPool.js:79:9
eyeshade-consumer | at async Cluster.connect (/usr/src/app/node_modules/kafkajs/src/cluster/index.js:104:5)
eyeshade-consumer | at async Object.connect (/usr/src/app/node_modules/kafkajs/src/consumer/index.js:110:5)
eyeshade-consumer | From previous event:
eyeshade-consumer | at /usr/src/app/node_modules/sinek/dist/lib/kafkajs/JSConsumer.js:221:36
eyeshade-consumer | From previous event:
eyeshade-consumer | at JSConsumer._connectInFlow (/usr/src/app/node_modules/sinek/dist/lib/kafkajs/JSConsumer.js:202:16)
eyeshade-consumer | at JSConsumer.connect (/usr/src/app/node_modules/sinek/dist/lib/kafkajs/JSConsumer.js:171:21)
eyeshade-consumer | at /usr/src/app/bat-utils/lib/runtime-kafka.js:136:22
eyeshade-consumer | at Array.map (<anonymous>)
eyeshade-consumer | at Kafka.consume (/usr/src/app/bat-utils/lib/runtime-kafka.js:133:29)
eyeshade-consumer | at Object.<anonymous> (/usr/src/app/eyeshade/consumer.js:35:15)
eyeshade-consumer | at Module._compile (internal/modules/cjs/loader.js:1063:30)
eyeshade-consumer | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
eyeshade-consumer | at Module.load (internal/modules/cjs/loader.js:928:32)
eyeshade-consumer | at Function.Module._load (internal/modules/cjs/loader.js:769:14)
eyeshade-consumer | at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
eyeshade-consumer | at internal/main/run_main_module.js:17:47
hi there, i am using version
10.0.0-alpha.0to connect to a confluent cp-kafka image, and i seem to have configured my network correctly, but i am now getting this error trace below. It is a little odd because i am not passing any sasl configuration options so i was wondering if you had any thoughts on it.config: https://github.com/brave-intl/bat-ledger/blob/removed-old-code/config.js#L113
batch config: https://github.com/brave-intl/bat-ledger/blob/removed-old-code/bat-utils/lib/runtime-kafka.js#L9
docker-compose: https://github.com/brave-intl/bat-ledger/blob/removed-old-code/docker-compose.yml#L18
not sure if this is just a me issue or if i found a tiny case where things don't match.