Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make control message smaller, so to not break ARM tests
While testing on ARM, our control message (64 symbols) is not shown in logs. I presume, that on ARM this message weight more, than 128 bytes; and so it is filtered by Quarkus. We should be careful around encodings and byte limits in the future. (cherry picked from commit fed2b5d)
- Loading branch information