sendbird-sehwankim

Results 1 comments of sendbird-sehwankim
trafficstars

Here is how I worked it out: ``` rdkafka_options "#{'{ "security.protocol": "sasl_ssl", "sasl.mechanisms": "SCRAM-SHA-512", "sasl.username": "%s", "sasl.password": "%s" }' % [ENV['MSK_USERNAME'], ENV['MSK_PASSWORD']]}" ```