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
This is because for M1 chip, librdkafka is installed under /opt/homebrew/Cellar, and for Intel Mac, it's under /usr/local/Cellar.
For some reason, node-rdkafka assumes you're using an Intel chip and looks for rdkafkacpp.h under /usr/local/Cellar path, which is empty if you use an ARM terminal.