...
The Kafka MSK IAM Account contains an IAM debug property, which, when enabled logs the IAM credential identity in the Snaplex log. To enable this property, you need to update the Snaplex configuration, specifically the logging level, and define a JVM system property.
Note |
---|
There might be a potential performance implication if you enable the debug property. Hence, we recommend that you use this feature in your development environment instead of the production environment. |
On the Logging tab, set the logging level to Debug.
On the Node Properties tab, define a Global Property for JVM system properties as shown below or append a value to an existing property.
Key: jcc.jvm_options
Value: -Daws.msk.iam.debug=true
Restart the Snaplex node.
...