KafkaConfigurationProperties interface
The kafka configuration properties of the event streaming service attached to the Purview account for kafka notifications.
Properties
| consumer |
Consumer group for hook event hub. |
| credentials | Credentials to access the event streaming service attached to the purview account. |
| event |
Optional partition Id for notification event hub. If not set, all partitions will be leveraged. |
| event |
|
| event |
The event hub type. |
| event |
The state of the event streaming service |
| event |
The event streaming service type |
Property Details
consumerGroup
Consumer group for hook event hub.
consumerGroup?: string
Property Value
string
credentials
Credentials to access the event streaming service attached to the purview account.
credentials?: Credentials
Property Value
eventHubPartitionId
Optional partition Id for notification event hub. If not set, all partitions will be leveraged.
eventHubPartitionId?: string
Property Value
string
eventHubResourceId
eventHubResourceId?: string
Property Value
string
eventHubType
The event hub type.
eventHubType?: string
Property Value
string
eventStreamingState
The state of the event streaming service
eventStreamingState?: string
Property Value
string
eventStreamingType
The event streaming service type
eventStreamingType?: string
Property Value
string