-
Notifications
You must be signed in to change notification settings - Fork 137
Kafka Connector
-
KafkaConnector
is intended for consuming from a single Kafka topic. -
For Kafka mirroring use cases, please refer to
KafkaMirrorMakerConnector
instead.
Supports Datastream Updates |
Yes |
---|---|
Checkpoint Type |
Kafka consumer offsets are regularly committed to Kafka (see |
-
All connector config properties must be prefixed with
brooklin.server.connector.<connectorName>.
-
connectorName
is an arbitrary user-supplied name specified in Brooklin configuration (brooklin.server.connectorNames
)
-
Configuration properties shared among all Kafka connectors in Brooklin are documented in Kafka Connectors Shared Logic.
-
This connector has the following defaults for the configuration property(ies) listed below.
Property Description Default consumer.*
Kafka consumer configuration properties
-
enable.auto.commit
:false
-
auto.offset.reset
:none
-
security.protocol
:SSL
ORPLAINTEXT
depending on Kafka connection string specified in datastream’s
source.connectionString
property
-
Configuration properties specific to KafkaConnector
are listed below.
Property | Description | Default |
---|---|---|
|
|
(None) |
All Kafka connectors share the common diagnostic endpoints documented at Kafka Connectors Shared Logic.
All Kafka connectors share the common metrics documented at Kafka Connectors Shared Logic.
- Home
- Brooklin Architecture
- Production Use Cases
- Developer Guide
- Documentation
- REST Endpoints
- Connectors
- Transport Providers
- Brooklin Configuration
- Test Driving Brooklin