wu-sheng commented on issue #10815: URL: https://github.com/apache/skywalking/issues/10815#issuecomment-1549570828
> 1.Skywalking-java support to decrypt password of kafka with SASL_SSL enabled. I am good with this > 2.The decryption interface is open to users by java SPI, and user can customize decryption policies so that the decryption policies does not have to commit into skywalking community. This may not be accepted. Interacting with user codes for features in the agent core would be very tricky. I would highly recommend don't do this. The codes of the report plugin should be able to load any classes in the jars placed in the `/plugins` folder. It is better if you could define a class name for an extension if that is really needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
