Sensitive Kafka Producer Property

Maintains sensitive information related to extra properties used when constructing a KafkaProducer.

Relations to This Component Properties dsconfig Usage

Relations to This Component

The following components have a direct aggregation relation to Sensitive Kafka Producer Properties:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
 description  None
 sensitive-producer-key
 sensitive-producer-value

Basic Properties

description

Description
A description for this Sensitive Kafka Producer Property
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action

sensitive-producer-key

Description
The name of a valid producer property.
Default Value
None
Allowed Values
Key, composed of alphanumeric characters, dots, or underscores.

Example values
Value Synopsis
linger.ms The linger.ms producer property.

Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action

sensitive-producer-value

Description
The value associated with this producer key.
Default Value
None
Allowed Values
The value associated with a producer property.

Example values
Value Synopsis
5 The linger.ms producer property will be set to 5.

Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Sensitive Kafka Producer Properties:

dsconfig list-sensitive-kafka-producer-properties
     [--property {propertyName}] ...

To view the configuration for an existing Sensitive Kafka Producer Property:

dsconfig get-sensitive-kafka-producer-property-prop
     --property-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Sensitive Kafka Producer Property:

dsconfig set-sensitive-kafka-producer-property-prop
     --property-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Sensitive Kafka Producer Property:

dsconfig create-sensitive-kafka-producer-property
     --property-name {name}
     --set sensitive-producer-key:{propertyValue}
     --set sensitive-producer-value:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Sensitive Kafka Producer Property:

dsconfig delete-sensitive-kafka-producer-property
     --property-name {name}