April 1, 2021

Axual Release Update 2021.1

Springtime is upon us, and with it comes new beginnings. We also have something fresh that we're excited to share with you. Our latest release, Axual 2021.1, is here, and it has some new features and improvements. So tune in with this blog and video to find out more.

On this page

Springtime is upon us, and with it comes new beginnings. We also have something fresh that we’re excited to share with you. Our latest release, Axual 2021.1, is here, and it has some new features and improvements. So tune in with our video to find out the full details.

Axual Release Update 2021.1

What Does Axual 2021.1 Include?

Client interoperability for schema registry

As of the 2021.1 release update, we are proud to announce that Axual is streamlining the process of data exchange between producers and consumers even more. The latest update introduces a new schema registry feature – client interoperability for schema registry. In addition to performing a literal match between schemas it will now perform a functional match. The functional match is insensitive to schema differences caused by different libraries used when using different programming languages, and therefore improves the interoperability of different clients using Avro schemas with Kafka. The new Schema Registry feature is backwards compatible, so there will be no impact on already running streaming data pipelines.

Transactional support

In this new update, we have added transactional support on multiple levels in the platform, from the broker until the various clients. When requesting authorization to produce on a Kafka topic, the proper ACLs to use transactions and perform an idempotent write are now being set on the topics affected. The good news is that is automatically being done at the time the request is made & approved. Moreover, you will now find transactional support and the necessary idempotence to a client’s Java and .NET libraries. Our 2021.1 release video introduces a demo project which you can also find on Gitlab to test the transaction features yourself: https://gitlab.com/axual-public/release-updates/2021.1

Other updates

Aside from those two highlighted features and improvements, there are other updates in Axual 2021.1. The latest release includes PEM support, UI validation fixes and much more. You can check out our online documentation to learn more about the other updates.

Conclusion

The process of streaming data with Axual is now more efficient and effective with these new features and improvements. The new update highlights client interoperability to reduce issues with compatibility and readability. Axual Update 2021.1 also includes additional transactional support to eliminate duplicate and missing messages. The video covered the main points of our latest release, but you can read our online documentation to learn more about the other features and improvements.

Download the Whitepaper

Download now
Table name
Lorem ipsum
Lorem ipsum
Lorem ipsum

Answers to your questions about Axual’s All-in-one Kafka Platform

Are you curious about our All-in-one Kafka platform? Dive into our FAQs
for all the details you need, and find the answers to your burning questions.

Joris Meijer
Security Officer, Customer Success

Related blogs

View all
Richard Bosch
November 12, 2024
Understanding Kafka Connect
Understanding Kafka Connect

Apache Kafka has become a central component of modern data architectures, enabling real-time data streaming and integration across distributed systems. Within Kafka’s ecosystem, Kafka Connect plays a crucial role as a powerful framework designed for seamlessly moving data between Kafka and external systems. Kafka Connect provides a standardized, scalable approach to data integration, removing the need for complex custom scripts or applications. For architects, product owners, and senior engineers, Kafka Connect is essential to understand because it simplifies data pipelines and supports low-latency, fault-tolerant data flow across platforms. But what exactly is Kafka Connect, and how can it benefit your architecture?

Apache Kafka
Apache Kafka
Richard Bosch
November 1, 2024
Kafka Topics and Partitions - The building blocks of Real Time Data Streaming
Kafka Topics and Partitions - The building blocks of Real Time Data Streaming

Apache Kafka is a powerful platform for handling real-time data streaming, often used in systems that follow the Publish-Subscribe (Pub-Sub) model. In Pub-Sub, producers send messages (data) that consumers receive, enabling asynchronous communication between services. Kafka’s Pub-Sub model is designed for high throughput, reliability, and scalability, making it a preferred choice for applications needing to process massive volumes of data efficiently. Central to this functionality are topics and partitions—essential elements that organize and distribute messages across Kafka. But what exactly are topics and partitions, and why are they so important?

Event Streaming
Event Streaming
Jimmy Kusters
October 31, 2024
How to use Strimzi Kafka: Opening a Kubernetes shell on a broker pod and listing all topics
How to use Strimzi Kafka: Opening a Kubernetes shell on a broker pod and listing all topics

Strimzi Kafka offers an efficient solution for deploying and managing Apache Kafka on Kubernetes, making it easier to handle Kafka clusters within a Kubernetes environment. In this article, we'll guide you through opening a shell on a Kafka broker pod in Kubernetes and listing all the topics in your Kafka cluster using an SSL-based connection.

Strimzi Kafka
Strimzi Kafka