Hi,
Can Kakfa support multiple CA certs on broker.
If yes, can you please point me to an example.
Producer signed with second CA (CA2) is failing. Client signed with CA1 is
working fine.
kafka-console-producer --broker-list kafka.example.com:9093 --topic oem2-kafka
--producer.config /etc/kafka
kafka-group
>
>Enabling the authorizer log is a good way to figure out the principal if
>you don't know it.
>
>Hope this helps,
>Ismael
>
>On Mon, Mar 21, 2016 at 10:27 PM, Raghavan, Gopal
>wrote:
>
>> >Hi Christopher,
>>
>> >On Mon
>Hi Christopher,
>On Mon, Mar 21, 2016 at 3:53 PM, christopher palm wrote:
>> Does Kafka support SSL authentication and ACL authorization without
>> Kerberos?
>>
>Yes. The following branch modifies the blog example slightly to only allow
>SSL authentication.
>https://github.com/confluentinc/se