In addition to the installation of the librdkafka library, writing to Kafka requires the following permissions:
- Read access to librdkafka library
- Port access [plaintext, sasl, zookeeper if desired]
- Plaintext security – no changes needed
- SASL/Kerberos – follow details in librdkafka doc for producer config, client keys, etc.