Emil Koutanov
Results
5
issues of
Emil Koutanov
Description =========== The problem occurred as part of volume testing [goneli](https://github.com/obsidiandynamics/goneli) with aggressive injection of random faults, with a Kafka broker that has been (intentionally) subjected to very high load....
The best-practice for writing `toString()` methods containing array types is to use `Arrays.toString()` to print arrays, rather than default to the default implementation, which just prints the object reference. This...