When configuring a PingDataSync Kafka producer, you might
add producer properties that contain sensitive values such as keys or passwords. To
prevent storing these sensitive values in plain text, you can use the
sensitive-kafka-producer-property
configuration property.
You create a sensitive-kafka-producer-property
using the following required
arguments:
--property-name
- Specifies the name of the sensitive Kafka producer property.
--set sensitive-producer-key:<key>
- Specifies the name of the valid property key that contains a sensitive value.
--set sensitive-producer-value:<value>
- Specifies the sensitive value associated with the producer key.