babylonchain/staking-queue-client

seperate queue client config for consumer and producer

jrwbabylonlab opened this issue · 0 comments

The current config is written in a way that one single change to consumer side (receive message) would also require the producer(sending messages) to also bump and add the new useless config.

A better approach would be split the config for consumer and producer so that one does not affect the other.