|
You are here |
nabeelvalley.co.za | ||
| | | | |
prashamhtrivedi.in
|
|
| | | | | Coroutine is most powerful and natural way to process multithreading code. This post is excercept of the talk given to my team. | |
| | | | |
www.michael-noll.com
|
|
| | | | | In this article, perhaps the first in a mini-series, I want to explain the concepts of streams and tables in stream processing and, specifically, in Apache K... | |
| | | | |
www.javaadvent.com
|
|
| | | | | When JetBrains first announced coroutines as Kotlin's asynchronous programming solution, many developers were intrigued but doubtful whether or not this shiny new gem would be enough to solve all their asynchronous problems. At that time, in the Java world, the market standard was the reactive library RxJava (which also has equivalents in other languages - [...] | |
| | | | |
tech.scribd.com
|
|
| | | Streaming data from Apache Kafka into Delta Lake is an integral part of Scribd's data platform, but has been challenging to manage and scale. We use Spark Structured Streaming jobs to read data from Kafka topics and write that data into Delta Lake tables. This approach gets the job done but in production our experience has convinced us that a different approach is necessary to efficiently bring data from Kafka to Delta Lake. To serve this need, we created kafka-delta-ingest. | ||