StreamNative Cloud is a resilient, scalable, data streaming service powered by the URSA engine, delivered as a fully managed Pulsar and Kafka service.StreamNative Cloud provides multiple interfaces for management and interaction:| docs.streamnative.io
In our old post about Kafka we described how to write a self-contained application to apply arbitrary transforms to an incoming stream of Kafka records and publish the result on a new topic. In the previous post of this new series, we decided to embark on a new journey, towards embedding data transforms within the broker. In this case, instead of subscribing to a stream of records and applying transforms on the client-side, transforms would be applied directly on the broker.| blog.evacchi.dev
Examples for starting and using changefeeds with different aims.| CockroachDB Docs
Apache Kafka SQL Connector # Scan Source: Unbounded Sink: Streaming Append Mode The Kafka connector allows for reading data from and writing data into Kafka topics. Dependencies # Only available for stable versions. The Kafka connector is not part of the binary distribution. See how to link with it for cluster execution here. How to create a Kafka table # The example below shows how to create a Kafka table:| nightlies.apache.org
Introduction to Tyk Streams| tyk.io
Partitions are the main concurrency mechanism in Kafka. Learn how to derive maximum benefit by using partitions for your kafka cluster.| Instaclustr
Access and interpret Kafka database performance metrics.| docs.digitalocean.com
Confluent Platform 8.0 brings client-side field level encryption (GA), removes ZooKeeper, adds management for Flink with Control Center, and more.| Confluent
When—and when not—CDC can break encapsulation, whether it matters, and strategies for avoiding these problems when it does happen.| www.decodable.co
With infinite data retention comes new challenges for durability and safety. Learn how Confluent monitors, audits, and protects Kafka data on a massive scale to uphold our durability SLA.| Confluent
Logging osquery| osquery.readthedocs.io
Access and understand performance metrics for nodes in a database cluster.| docs.digitalocean.com
Learn how MongoDB Atlas can connect to sources and sinks of streaming data to provide real time data processing leveraging the full power of MongoDB aggregation pipelines.| www.mongodb.com
Exactly-once is a hard problem to solve, but we've done it. Available now in Apache Kafka 0.11, exactly-once semantics.| Confluent
Strimzi provides a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations.| strimzi.io
近几年,国内开源项目捐赠到 Apache 软件基金会(ASF)的案例很有一些。几乎每个在进入孵化器和从孵化器当中毕业时发通稿的项目,都会选择在标题中加入“全票通过”的字样。 诚然,大部分项目在 ASF 孵化器中茁壮成长,实际上投票结果也是没有反对票,使用这一标题无可非议。然而,对于把同侪社群(Community of Peers)作为社群核心价值之一的 ASF 来说,追求全票通过并...| 夜天之书
At Allegro, we use Kafka as a backbone for asynchronous communication between microservices. With up to 300k messages published and 1M messages consumed every second, it is a key part of our infrastructure. A few months ago, in our main Kafka cluster, we noticed the following discrepancy: while median response times for produce requests were in single-digit milliseconds, the tail latency was much worse. Namely, the p99 latency was up to 1 second, and the p999 latency was up to 3 seconds. This...| blog.allegro.tech
So this post will be an introductory one on Kafka Streams. It is not intended to be one on Apache Kafka itself. For that there are many interesting books/posts/documents available which cover this …| Sacha's Blog
Authors Satish Duggana, Sriharsha Chintalapani, Ying Zheng, Suresh Srinivas| cwiki.apache.org
Chances are you probably had a strong reaction to the title of this post. In our experience, Kafka is one of the most polarizing technologies in the data space. Some people hate it, some people swear by it, but almost every technology company uses it.| www.warpstream.com
Apache Kafka is a distributed streaming platform. This post goes over the common scenarios when using Apache Kafka will be beneficial, how to use it and the basic concepts of Apache Kafka| www.startdataengineering.com
Status| cwiki.apache.org
I’m excited to share the news about an open-source utility I’ve been working on lately: JmFrX, a tool for capturing JMX data with JDK Flight Recorder. When using JMX (Java Management Extensions), The Java platform’s standard for monitoring and managing applications, JmFrX allows you to periodically record the attributes from any JMX MBean into JDK Flight Recorder (JFR) files, which you then can analyse using JDK Mission Control (JMC).| www.morling.dev
Over the course of the last few months, I’ve had the pleasure to serve on the Kafka Summit program committee and review several hundred session abstracts for the three Summits happening this year (Europe, APAC, Americas). That’s not only a big honour, but also a unique opportunity to learn what excites people currently in the Kafka eco-system (and yes, it’s a fair amount of work, too ;). While voting on the proposals, and also generally aspiring to stay informed of what’s going on in ...| www.morling.dev
🧸 It’s Casey. Casey Cuddle. I am very happy to announce the first stable release of kcctl, a modern and intuitive command line client for Apache Kafka Connect! Forget about having to memorize and type the right REST API paths and curl flags; with kcctl, managing your Kafka connectors is done via concise and logically structured commands, modeled after the semantics of the kubectl tool known from Kubernetes.| www.morling.dev