30 Jan 2019 05:03 PM - last edited on 10 Dec 2021 11:49 AM by MaciejNeumann
We have a bunch of docker containers that contain JVMs that run KafkaConsumers. We would like to see the processing that the consumers perform in a similar fashion as the auto-detected REST endpoints. To that end, I create custom service entrypoints for each Consumer by finding the class and selecting the 'process' method of the class. I would expect to see these under transactions & services tab but all I see are the REST endpoints. Is there anything else I need to do ? Thx
Solved! Go to Solution.
01 Feb 2019 10:42 PM
In your custom service detection screen, ensure you have "Enable real-time updates ..." turned on. For scala specifically it might be required to restart the process, I know that's true for the (beta) scala akka support.
Hope that helps,
Rick B