System Engineer - Cloud Platform at a computer software company with 1,001-5,000 employees
Real User
Top 20
2024-08-30T17:29:26Z
Aug 30, 2024
I use Aiven for Apache Kafka to handle services dependent on each other. Instead of API calls, we use it for asynchronous processing of all our services. That's the general way we use it.
What is Streaming Analytics? Streaming analytics, also known as event stream processing (ESP), refers to the analyzing and processing of large volumes of data through the use of continuous queries. Traditionally, data is moved in batches. While batch processing may be an efficient method for handling huge pools of data, it is not suitable for time-sensitive, “in-motion” data that could otherwise be streamed, since that data can expire by the time it is processed. By using streaming...
I use Aiven for Apache Kafka to handle services dependent on each other. Instead of API calls, we use it for asynchronous processing of all our services. That's the general way we use it.