-
Notifications
You must be signed in to change notification settings - Fork 140
Kafka Connector
-
KafkaConnectoris intended for consuming from a single Kafka topic. -
For Kafka mirroring use cases, please refer to
KafkaMirrorMakerConnectorinstead.
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>. -
connectorNameis 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:SSLORPLAINTEXTdepending on Kafka connection string specified in datastream’s
source.connectionStringproperty
-
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