Hands-on Kafka Streams in Scala
In the following blog post, I will show you how you can combine data from multiple topics using Kafka Streams as well as produce and consume data with Kafka. I will also show you how to set up schemas for your data using Avro. Jakub Cichy |
Having fun with Ordering in Scala
Challenge: sort a list of objects by name, but some names have priority. If these names appear, they should be ordered by the position they have in the priority list. Erik van Oosten (@erik_van_oosten) |