Let's go through some most common patterns when it comes to integrating Scala applications with Kafka
Apache Kafka is one of the most popular tools in the world of streaming architectures. It is becoming a must-know technology for every modern backend developer, so in this talk, I want to go through some most common patterns when it comes to integrating Scala applications with Kafka. We will explore what options we have in Functional Scala Space, how to configure and interact with Producers and Consumers, and finally review the implementation of some streaming patterns using fs2 and Cats-Effects.
I will show you how you can build your own IDE for scala based on my nvim setup
Don't miss out on this opportunity to connect with Scalar community and create lasting memories
A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.
How to leverage Scala with scala.js to write frontend as functional programmers would do.
Avoid mistakes in API design, implementation and evolution with Smithy