You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2019/05/10 13:11:00 UTC

[jira] [Created] (SLING-8414) Add support for Azure Eventhubs as backend

Christian Schneider created SLING-8414:
------------------------------------------

             Summary: Add support for Azure Eventhubs as backend
                 Key: SLING-8414
                 URL: https://issues.apache.org/jira/browse/SLING-8414
             Project: Sling
          Issue Type: Improvement
          Components: Content Distribution
    Affects Versions: Content Distribution Journal Kafka 0.1.0
            Reporter: Christian Schneider
             Fix For: Content Distribution Journal Kafka 0.1.2


Azure Eventhubs now provides a kafka API. This issue enhances the kafka messaging impl with new configuration attributes that are needed for connecting to Eventhubs.

These attributes are not Eventhubs specific:
||Key||Type||Decription||Default||
|securityProtocol|SecurityProtocol |protocol to connect to server|*_PLAINTEXT_*|
|saslMechanism|String|Sasl mechanism to use| |
|saslJaasConfig|String|Contains all auth info for Eventhubs| |

All these attributes are optional. So they should not influence plain kafka operation.



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