cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom Service Entry Point Scala Kafka Not Working

costas_zacharia
Newcomer

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

 

1 REPLY 1

rick_boyd
Mentor

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


Featured Posts