On this page
We’ve entered the third quarter of the year and we are excited to announce Axual third update of the year, Release 2020.3. And in the following video, our CTO Joris Meijer will explain all the details.
Axual Release Update 2020.3
What does Axual 2020.3 include?
Deploying Axual on Kubernetes
As of 2020.3, we support the package manager named helm, which helps you to manage Kubernetes applications and which helps with the deployment of the platform. Axual Operator plays a crucial part in setting up and delivering a fully functional platform.
HTTP Sink Connector
From release 2020.2 we introduced the new feature Connect. For this release we’ve worked on its stability and also we are proud to announce the release of a brand new connector: HTTP sink connector. This can be used to push new messages on a Kafka topic to any HTTP endpoint that is able to handle the payload
Axual Python Client
Considering the wide popularity of Python, we are proud to announce the alpha release of Axual Python client which will allow you to set up a connection to Axual platform to leverage the advantages of Python for streams of events.
Of course, the latest release contains much more updates to improve the usability, security and stability of the product. You can read more about this in our online documentation.
Conclusion
Now, you’ve seen how you can use helm to manage Kubernetes and the new connector added to our Connect feature. In the video demo we introduced the main points but everything is available in our online documentation.
Download the Whitepaper
Download nowAnswers 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.
Related blogs
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 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?
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.