-
Notifications
You must be signed in to change notification settings - Fork 138
Kafka Transport Provider
-
All transport provider config properties must be prefixed with
brooklin.server.transportProvider.<transportProviderName>.
-
transportProviderName
is an arbitrary user-supplied name specified in Brooklin configuration (brooklin.server.transportProviderNames
)
Property | Description | Default |
---|---|---|
|
|
(None) |
|
|
(None) |
|
The number of Kafka producers to create |
|
|
|
|
|
Prefix to prepend to emitted metrics |
|
|
Kafka topic configuration |
|
-
Aggregate metrics cover all datastreams in a single Brooklin instance
-
Aggregate metrics prefix:
KafkaTransportProvider.aggregate.
Metric Name | Description |
---|---|
|
The rate of bytes written to Kafka |
|
The rate of events written to Kafka |
-
Datastream-Specific metrics prefix:
KafkaTransportProvider.<datastreamName>.
-
datastreamName
is the datastream name
Metric Name | Description |
---|---|
|
The rate of bytes written to Kafka |
|
The rate of events written to Kafka |
|
The rate of errors encountered when data is sent to destination |
- Home
- Brooklin Architecture
- Production Use Cases
- Developer Guide
- Documentation
- REST Endpoints
- Connectors
- Transport Providers
- Brooklin Configuration
- Test Driving Brooklin