You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "VinayKumar (JIRA)" <ji...@apache.org> on 2018/04/18 14:43:00 UTC

[jira] [Created] (KAFKA-6801) Restrict Consumer to fetch data from secure port only, and deny from non-secure port.

VinayKumar created KAFKA-6801:
---------------------------------

             Summary: Restrict Consumer to fetch data from secure port only, and deny from non-secure port.
                 Key: KAFKA-6801
                 URL: https://issues.apache.org/jira/browse/KAFKA-6801
             Project: Kafka
          Issue Type: Task
          Components: admin, config, consumer, security
    Affects Versions: 0.10.2.1
            Reporter: VinayKumar


I have listeners configured with 2 ports as below:  (9092 -> Plaintext, 9092 -> SASL_PLAIN)
listeners=PLAINTEXT://:9092, SASL_PLAIN://:9093

For a topic, I want restrict Consumers to consume data from 9093 port only, and consuming data from 9092 port should be denied.

I've gone through ACL concept, but haven't seen an option to restrict Consumer pulling data from non-secure port (in this case- 9092)

Can someone please let me know if this is configurable ?
Can my requirement be fulfilled. Please provide necessary info.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)