Richard Warburton
Richard Warburton
Goal: pack lots of boolean values into bytes. Issue also includes investigating performance through JMH Benchmarks.
We currently treat them as required, possibly best to consider them optional?
FIX only allows Y and N values for boolean fields. Currently we just check if the field value is Y. Ideally we want a way to validate boolean fields. One...
This entails adding an option to record the replay stream using AeronArchiver.
At the moment if you have a missing value for a field in an Artio decoder after a decode then: (1) if the field is required then validation will fail...
Design discussion issue. A way to compose the FixEngine and a single FixLibrary operating in the same process. This should reduce the scope for errors for people using SOLE_LIBRARY_MODE, auto-configure...
If the Engine.close() operation takes longer than timeout to close down gracefully then just shut it down ungracefully
Artio should release a 1.0 version and move to semantic versioning after that point. Recently we've made small but breaking API changes regularly. Ideally this would end. This issue includes:...
You can currently reconcile them by using the `printAeronStreamIdentifiers()` option, but this isn't very useful for people ingesting stuff into a monitoring system like prometheus. One option might be to...