Tagged in

Java

Knoldus - Technical Insights
Knoldus - Technical Insights
Knols, Insights and Opinions from the curious minds at Knoldus Inc.
More information
Followers
211
Elsewhere
More, on Medium

CuriosityX: RDDs — The backbone of Apache Spark

In our last blog, we tried to understand about using the spark streaming to transform and transport data between Kafka topics. After reading that many of the readers asked us to give a brief description of RDDs in Spark which we used. So, this…


Lagom 1.4: Response compression | GZip Encoding

In the previous blog, we discussed response compression using GZip filter for Lagom 1.3. Here, we will go over the steps we use to add similar response compression in Lagom 1.4.
The steps remain the same with minor changes due to underlying…