ballerina-guides / gcp-microservices-demo

Ballerina Implementation of GCP Online Boutique Sample
Apache License 2.0
15 stars 38 forks source link

Getting concurrent calls... warning after the addition of observability-related statements #57

Closed sameerajayasoma closed 1 year ago

sameerajayasoma commented 1 year ago

I am getting the following warning in all services now.

HINT [payment_service.bal:(40:5,40:5)] concurrent calls will not be made to this method since the method is not an 'isolated' method
dilanSachi commented 1 year ago

The manual traces are now removed, so these will not be produced anymore. https://github.com/ballerina-guides/gcp-microservices-demo/pull/62