Remove hello-world-kafka-connect-kafka-streams
article thumbnail

The Importance of Distributed Tracing for Apache-Kafka-Based Applications

Confluent

Apache-Kafka ® -based applications stand out for their ability to decouple producers and consumers using an event log as an intermediate layer. This article describes how to instrument Kafka-based applications with distributed tracing capabilities in order to make dataflows between event-based components more visible.

article thumbnail

The Advantages Of Live Data-Streaming In The Competitive Financial Services Sector (Part II)

Cloudera

Live data-streaming offers businesses exciting new opportunities to transform the way they operate, leveraging real-time insights to drive better decision making and enhance operational efficiency. Hello Dinesh, thank you for joining us for Part II of our Q&A on streaming data.

Data 80
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How-to: Index Data from S3 Using CDP Data Hub

Cloudera

This blog post will present a simple “hello world” kind of example on how to get data that is stored in S3 indexed and served by an Apache Solr service hosted in a Data Discovery and Exploration cluster in CDP. We will only cover AWS and S3 environments in this blog. We will leave a deeper dive for a future blog post.

Data 81
article thumbnail

KSQL UDFs and UDAFs Made Easy

Confluent

One of KSQL’s most powerful features is allowing users to build their own KSQL functions for processing real-time streams of data. The previous blog post How to Build a UDF and/or UDAF in KSQL 5.0 Overview : Example UDAF that computes some summary stats for a stream of doubles Type : aggregate Jar : /tmp/ext/my-udf-0.1.0.jar