Blog: coding junkie (Bill Bejeck) |
240 blogs
updated: 99 min. ago
|
||
In this blog post, we're going to look deeper into adding state. Along the way, we'll get introduced to new abstraction, the KTable, after w...
|
||
This blog post will quickly get you off the ground and show you how Kafka Streams works. We're going to make a toy application that takes in...
|
||
Maybe you know a bit about Kafka and/or Kafka Streams (and maybe you don't and are burning up with anticipation ). Rather than tell you abou...
|
||
The last two posts on Kafka Streams (Kafka Processor API, KStreams DSL) introduced kafka streams and described how to get started using the ...
|
||
The last post covered the new Kafka Streams library, specifically the "low-level" Processor API. This time we are going to cover the "high-l...
|
||
If you work on systems delivering large quatinties of data, you have probably heard of Kafka if you aren't using it already. At a very high ...
|
||
When Java 8 was released a while ago, a great concurrency tool was added, the CompletableFuture class. The CompletableFuture is a Future tha...
|
||
I ve known about tmux for some time now, but I kept putting off working with it. Lately I ve started looking at the Processor API available ...
|
||
In this post we are going to cover working with the Optional class introduced in Java 8. The introduction of Optional was new only to Java. ...
|
||
In this post we are going to discuss creating custom Collector instances. The Collector interface was introduced in the java.util.stream pac...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler