Apache Kafka – Tools & Application
Kafka Tool packaged under “org.apache.kafka.tools.*. Tools are categorized into system tools and replication tools. Here we will discuss about apache kafka tools & application. System Tools System tools can be…
Kafka Tool packaged under “org.apache.kafka.tools.*. Tools are categorized into system tools and replication tools. Here we will discuss about apache kafka tools & application. System Tools System tools can be…
Here we will discuss about kafka real time application(twitter). Let us analyze a real time application to get the latest twitter feeds and its hashtags. Earlier, we have seen integration…
One of the key features of Continuous Integration is to ensure that the ongoing testing holds all the code which gets built by the CI server. After a build is carried out…
In this chapter, we will be discussing about how to integrate Apache Kafka with Spark Streaming API. Here we will discuss about integration with spark of apache kafka. About Spark…
In this chapter, we will learn how to integrate Kafka with Apache Storm. Here we will discuss about Integration with storm of apache kafka. About Storm Storm was originally created…
One of the key aspects of Continuous Integration is always to see how the builds are performing, gathering important metrics, documenting those outcomes, and generating continuous feedback through continuous builds.…
A Build Failure Notification is an event that is triggered whenever a build fails. The notification is sent to all key people whenever a build fails. The first important thing…
Attaching Files using cURL You can attach files to CouchDB just like email. The file contains metadata like name and includes its MIME type, and the number of bytes the…
Now that we have our base code in Git and a link to the Continuous Integration server, it's finally time to see the first step of Continuous Integration in action.…
Deleting a Document using cURL Utility You can delete a document in CouchDB by sending an HTTP request to the server using DELETE method through cURL utility. Following is the…