honeycombio / microservices-demo

Apache License 2.0
33 stars 18 forks source link

fix: currency service failes with ERR_BUFFER_OUT_OF_BOUNDS : resolves issue #78 #79

Closed howardyoo closed 3 months ago

howardyoo commented 3 months ago

Fixes #78

Change summary:

Remaining issues / concerns: the issue is resolved without any code changes, so feels like the issue was coming from the library versions that the node.js was using in terms of protobuf version.

In order to prevent such future inconsistencies, it would be a good idea to have the same version of everything in sync between currency service and payment service.