09 Sep 2021 02:01 PM
I am trying to configure custom service detection with Kafka in Node.js.
As per the doc: https://www.dynatrace.com/support/help/how-to-use-dynatrace/transactions-and-services/custom-service...
For Node.js, you must select an exported message handler function that has a KafkaJs EachMessagePayload as an argument.
I have an exported method in my app.ts as follows:
09 Sep 2021 02:25 PM
It seems it is not working correctly