fluency
fluency copied to clipboard
make it possible to run fluency without runtime dependency on jackson
This allows running fluency without runtime dependencies on jackson-databind
(e.g. in Micronaut ecosystem), by implementing a custom org.komamitsu.fluency.recordformat.RecordFormatter
and passing it to FluencyBuilderForFluentd
.