[x] I have checked the FAQ, and issues and found no answer.
I have a spring boot microservices-based application in which one server calls another and this one another say server A -> B -> C.
The project is using spring reactive and Server A calls server B using Spring web flux WebClient. Server B takes messages from published to reactive Kafka by server A and consumes it and further processes it. Server B interacts with Redis for caching, MySql and another third-party server to get data etc. Finally, Server B calls server C which uploads documents to AWS S3.
I have applied pinpoint to all three servers and enabled Kafka in pinpoint config files still not seeing a proper server map.
My question is does Pinpoint supports reactive spring and reactive Kafka?
Edit: I was seeing some requests earlier which were being reflected on Pinpoint dashboard but now only can see actuator health being updated despite hitting new successful end-to-end requests.
I have a spring boot microservices-based application in which one server calls another and this one another say server A -> B -> C. The project is using spring reactive and Server A calls server B using Spring web flux WebClient. Server B takes messages from published to reactive Kafka by server A and consumes it and further processes it. Server B interacts with Redis for caching, MySql and another third-party server to get data etc. Finally, Server B calls server C which uploads documents to AWS S3.
I have applied pinpoint to all three servers and enabled Kafka in pinpoint config files still not seeing a proper server map.
My question is does Pinpoint supports reactive spring and reactive Kafka? Edit: I was seeing some requests earlier which were being reflected on Pinpoint dashboard but now only can see actuator health being updated despite hitting new successful end-to-end requests.