Closed mgbarnech closed 2 years ago
Hi @mgbarnech,
I am very sorry for not getting back earlier. Currently we are understaffed because of the holiday season.
We have very quickly tried to reproduce the issue and it looks like we are having a inconsistency in our code. While we are "dropping" the instance of the middleware when a empty message is sent on Echo we do not clear the configuration. We will fix that soonish, but for now you could give it a shot with the following body:
{
"message": null
}
When sending this as part of the echo body the configuration was correctly replaced by the new one.
We will roll out a fix for this issue in the next release to make sure that we also check for empty strings / adapt the docs to ensure that we having them match with the codebase.
Hi @StefanKert
with "message":null
it works correctly
Thank you!
Describe the bug After a cashbox is configured with MySql wrong credentials we cannot restart the configuration only for that cashbox
To Reproduce
Expected behavior We should be able to download the new correct configuration of the cashbox without restart the entire cluster. We expect following behavior
Screenshots Pods in our cluster
STDOUT/STDERR With the wrong MySql connection we request the endpoint /json/v1/Sign to generate a ZeroReceipt
After the MySql query string was fixed and the echo request was performed
POSSystem (please complete the following information):
Cashbox Information (please complete the following information):
Additional context We have 3 Backend PODs in our environment