In this post, we'll see how we can publish messages to Amazon SNS, which stands for Simple Notification Service. If...
java
More in The Data Structures series. In our data structure series, we have already looked at a couple of ways in...
More in The Data Structures series. In the previous post, we saw how we can implement Single Linked List in Java....
More in The Data Structures series. In the previous post, we saw how a stack can be implemented in Java. But...
If you work with streams of big data which have to be collected, transformed, and analysed, you for sure would...
Here is another POC to add to the growing list of POCs on my Github profile. Today, we’ll see how...
If you’ve worked with Spark SQL, you might have come across the concept of User Defined Functions (UDFs). As the...
Originally published here: https://medium.com/@contactsunny/simple-apache-kafka-producer-and-consumer-using-spring-boot-41be672f4e2b Before I even start talking about Apache Kafka here, let me answer your question after you read...