Basic config
SSL authentication
SASL authentication
SASL_SSL with PLAIN or SCRAM:OAUTHBEARER Authentication:
- The
oauth_token_url,oauth_client_id, andoauth_client_secretare required when usingOAUTHBEARERmechanism. - The
oauth_scopeparameter is optional. - OAuth tokens are automatically cached and refreshed before expiry (60 seconds before expiration by default).
- It’s recommended to use
SASL_SSL(notSASL_PLAINTEXT) with OAUTHBEARER for secure token transmission. - Compatible with OAuth 2.0 providers like Keycloak, Okta, and other identity servers that support client credentials flow.
Data format
The Kafka data exporter scalar valuesdata field.
The following messages are valid:
- The default topic has to be configured in the yaml file.
- The default time timestamp is the current time of execution.
- In case you are using newer versions of Kafka brokers, you should consider using corresponding Kafka api_version.