[jira] [Commented] (KAFKA-3199) LoginManager should allow using an existing Subject

2016-09-01 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15456314#comment-15456314 ] Alejandro Abdelnur commented on KAFKA-3199: --- [~sriharsha], thanks for you q

[jira] [Commented] (KAFKA-3199) LoginManager should allow using an existing Subject

2016-09-01 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15456209#comment-15456209 ] Alejandro Abdelnur commented on KAFKA-3199: --- [~sriharsha], if the {{Sub

Re: Gauging Interest in adding Encryption to Kafka

2015-08-03 Thread Alejandro Abdelnur
Doing encryption on the client has the following benefits (most of them already mentioned in the thread): * brokers don't have additional CPU load * brokers never see the data in unencrypted form (Kafka admins cannot snoop) * secure multi-tenancy (keys are 100% on the client space) * no need to se