August 2025 Summaries
4 posts from Redpanda
Filter
Month:
Year:
Post Summaries
Back to Blog
The article details the integration of Redpanda with Datadog to enhance observability of data streaming infrastructures. It describes how Datadog can be configured to monitor Redpanda clusters by collecting metrics through a Prometheus-compatible endpoint and deploying the Datadog Agent to gather and visualize data. The integration enables users to view cluster performance, set up custom dashboards, and receive alerts on critical metrics such as latency and error rates. The post provides step-by-step instructions for setting up a Redpanda cluster and the Datadog Agent, both in local and production environments, to facilitate real-time monitoring and troubleshooting. It also highlights the availability of pre-built dashboards and the continuous development of the Redpanda integration to support more metrics in the future.
Aug 27, 2025
1,370 words in the original blog post.
The Model Context Protocol (MCP) is an open standard designed to allow AI models to seamlessly interact with external tools and services, enhancing the coding experience by providing contextual and accurate responses from authoritative sources like the Redpanda documentation. This system, powered by Kapa AI, integrates directly into coding environments such as VS Code and Claude Desktop, allowing developers to access up-to-date information without switching contexts or navigating multiple browser tabs. By using the MCP server, developers can ask detailed questions about Redpanda configurations and receive specific advice, examples, and even execute recommended steps directly within their coding environment. The server operates as a Netlify Edge Function, ensuring efficient document retrieval and fair usage through rate limiting, with its implementation being open and accessible via GitHub, fostering transparency and community involvement.
Aug 26, 2025
594 words in the original blog post.
Redpanda has released its top AI connectors, including those for OpenAI, Cohere, Bedrock, Ollama, and Vertex AI, under the Apache 2.0 open-source license, enabling businesses to integrate these tools into their own commercial products and services. This move allows companies to build AI-powered features, monetize innovations, and enhance workflows by embedding generative AI, real-time analysis, and more directly into applications. Redpanda Connect offers a unique embeddable architecture that powers various industries globally, focusing on enterprise readiness, security, and expanded serverless capabilities. The AI connectors support diverse applications, such as multi-modal pipelines with OpenAI, foundation models with Bedrock, structured machine learning with Vertex AI, semantic search with Cohere, and privacy-sensitive workflows with Ollama, providing flexibility and innovation in streaming AI workflows.
Aug 18, 2025
975 words in the original blog post.
This text delves into optimizing data pipelines using Redpanda Connect by transitioning from streaming individual messages to S3 into batching multiple messages into single JSON array files, significantly improving performance and efficiency for downstream applications. It highlights the advantages of this approach over simpler workflows, emphasizing reduced overhead and enhanced scalability, and provides a step-by-step guide on implementing this method, including deploying a Redpanda Connect pipeline with specific YAML configurations. The text advises on best practices for managing the pipeline, such as stopping it when not in use to avoid unnecessary charges and suggests exploring more advanced data formats like Parquet for better performance in analytics-focused use cases. It is part of a series exploring various aspects of integrating Redpanda with Amazon S3 and offers community support for further inquiries.
Aug 07, 2025
538 words in the original blog post.