pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

Add a config option to not shorten UMF messages #136

Closed paulwaksmonski closed 6 years ago

paulwaksmonski commented 7 years ago

This would be useful where message sizes do not need to be small.

cjus commented 7 years ago

@paulwaksmonski definitely this is an area that needs work. I also don't love the idea of switching back and forth between short and long form UMF messages. The issue I have with config files is that the behavior can be different between microservices and even instances of a particular microservice potentially leading to interoperability problems. At some level perhaps switching completely to short form might be the solution.

cjus commented 6 years ago

This is currently by designed and won't be fixed.