January 2026 Summaries
5 posts from Redpanda
Filter
Month:
Year:
Post Summaries
Back to Blog
The Bloblang playground has been enhanced with intelligent autocomplete features and improved collaboration tools to support developers in transforming and mapping data more efficiently. This update introduces a more intuitive autocomplete system that recognizes data types, structures, and context, offering relevant suggestions and dynamic metadata detection. Users can now benefit from function and method completion with parameter hints, streamlining the process of writing and testing Bloblang mappings. Additionally, the playground facilitates collaboration through exportable configurations, URL sharing, and importing previous sessions, making it easier to version control and share reusable transformations. These improvements aim to optimize workflows for those using Bloblang in data pipelines or Model Context Protocol (MCP) servers, with the playground evolving into a robust tool for both prototyping and production use.
Jan 29, 2026
673 words in the original blog post.
The Engineering Den series discusses recent upgrades to the Redpanda Streaming engine and Agentic Data Plane, focusing on improvements to the query manager. Redpanda launched the Agentic Data Plane to connect AI agents with enterprise data securely and acquired Oxla for its distributed SQL Engine capabilities. The old query manager faced issues with state management, leading to queries being stuck in incorrect states and resource allocation problems. To address these, Redpanda developed a new scheduler based on a deterministic state machine that ensures clear state transitions and logs every change, providing enhanced debugging and stability. The new system has successfully run 25,000 queries without the previous issues, demonstrating improved reliability and scalability, and is set for production rollout.
Jan 27, 2026
677 words in the original blog post.
Real-time data streaming, while increasingly vital for organizations, often incurs spiraling costs due to traditional streaming architectures like Apache Kafka, which introduce complexity and infrastructure overhead. These systems require multiple components such as brokers, schema registries, and monitoring tools, each demanding separate resources, leading to compounding expenses. Additionally, issues like the "small file problem" in Apache Iceberg tables, where continuous data streams generate numerous small files, increase metadata and storage costs, and degrade query performance. To address these inefficiencies, a strategic framework involving source-side filtering, format and compression optimization, and smart partitioning and file management is essential. Furthermore, selecting a streamlined, cost-efficient streaming platform such as Redpanda can simplify operations by bundling necessary components into a single system, directly integrating with Iceberg tables, and reducing infrastructure and operational costs. This comprehensive approach ensures sustainable, cost-effective real-time data ingestion, highlighting Redpanda's potential to transform and optimize streaming infrastructure.
Jan 21, 2026
1,887 words in the original blog post.
At the AI-by-the-Bay Conference in Oakland, the author discussed the convergence of Artificial Intelligence (AI) and real-time data streaming, highlighting the challenges faced by the AI industry as it evolves. The presentation explored the impact of the transformer model, which has significantly accelerated AI development but remains predominantly batch-trained, leading to systemic limitations. The "d20 test" was introduced as a metaphorical gauge of AI's current capabilities, illustrating the complexity of achieving basic tasks like drawing a d20 die accurately. The author emphasized the need for AI systems to transition from public data to vast private data reservoirs to overcome limitations in ethically-sourced training data. The discussion also touched on the inefficiencies of large-scale AI models, which are costly and energy-intensive, and the necessity for real-time training and adaptive strategies to circumvent these hurdles. This discussion sets the stage for further exploration of adaptive strategies and the role of data streaming in advancing enterprise AI architectures.
Jan 13, 2026
2,364 words in the original blog post.
Modern data architectures are evolving to meet the demand for real-time data processing, as highlighted in a tech talk featuring Redpanda and Databricks. The session discussed the integration of streaming data directly into analytics-ready tables using Apache Iceberg, eliminating the need for traditional batch processing systems. This approach, aiming to merge real-time and analytical data, leverages Iceberg's capabilities to provide flexibility akin to data lakes while maintaining governance and reliability. The introduction of Redpanda Iceberg Topics allows for real-time data to be stored in the Iceberg format, enabling immediate analytics without complex ETL processes. This integration is enhanced by Databricks' Unity Catalog, which manages data governance and access, ensuring data is structured, governed, and queryable. The collaboration between Redpanda and Databricks offers a streamlined, open-standard architecture that reduces operational complexity, lowers costs, and accelerates insights, paving the way for more efficient data pipelines and AI applications.
Jan 06, 2026
1,205 words in the original blog post.