Systems | Development | Analytics | API | Testing

Connecting the Dots: Simplifying Multi-API Data Flows into Apache Kafka

In today’s data-driven software-as-a-service (SaaS) environments, the need for complete customer insights often requires fetching and sharing data that lives across multiple API endpoints. That’s why many of our customers want to use Confluent’s data streaming and integration capabilities to implement real-time API chaining—a technique that allows them to automatically follow relationships between APIs.

Generative Ai Testing Tools: The Next Evolution Of Test Automation

In the last ten years, software testing has advanced significantly, but today’s applications require more than just using conventional forms of automated software testing or entry-level tools that employ artificial intelligence (AI). The rise of microservice architectures, API calls, and continuous deployment has led to another category of software testing products called "Generative" AI Testing tools.

Fat Fingers? Not With Our K2K Config Schema Protector!

Picture this: It's 3 AM. You’re on-duty in case there is an outage. A team in the other part of the world merged PR and released a new version of K2K Replicator and it crashed. Consumer group lag is spiking to the universe. You’re paged & woken up, went to your laptop, the team already reverted PR, things are stabilising, but what really happened, you have to investigate now as postmortem has to be done.

How to Migrate Legacy Swift Code to Modern Concurrency Without A 'Big Bang' Rewrite

Concurrency means running multiple tasks at the same time, and it’s a great way to ensure our apps stay responsive. Swift 5.5 introduced structured concurrency and the closely related concept of async/await to improve the management of asynchronous code, part of a wave of changes designed to ensure simpler code, improved error handling and automatic task lifecycle management.