pnxtech / hydra

A light-weight library for building distributed applications such as microservices

Home Page:https://www.hydramicroservice.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a config option to not shorten UMF messages

paulwaksmonski opened this issue · comments

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

@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.

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