Custom NiFi Load Balancing Processor

We're big fans of NiFi at CyberSift - we use it as our primary platform to ingest data from a wide variety of sources, process the data and POST it to an Elasticsearch back-end. During our time spent with NiFi, we built a basic, but useful load-balancing processor: https://github.com/dvas0004/nifi-loadbalancer The readme is hopefully quite clear, … Continue reading Custom NiFi Load Balancing Processor

Advertisement
Privacy Settings

Speeding up Spring MVC with CompletableFuture

Recently we're beginning to see a shift towards asynchronous/reactive workloads within the Spring ecosystem, especially since the release of WebFlux and the more recent support for Kotlin co-routines. However, both these require moving towards monos, fluxes, and libraries that support these reactive constructs. Support for reactive paradigms is steadily increasing however many of us are … Continue reading Speeding up Spring MVC with CompletableFuture