Home / Companies / Redpanda / Blog / February 2025

February 2025 Summaries

2 posts from Redpanda

Filter
Month: Year:
Post Summaries Back to Blog
The fourth part of a series on Redpanda's high availability and disaster recovery examines the advantages and challenges of deploying multi-region stretch clusters, which provide enhanced resilience and availability by distributing data across multiple geographic regions. This architecture is crucial for mission-critical applications, offering zero Recovery Point Objective (RPO) and low Recovery Time Objective (RTO) during regional outages, ensuring high availability and quick recovery. Multi-region clusters also optimize performance by reducing network latency and operational complexity, though they do introduce considerations such as increased network latency, data replication overhead, and cross-region bandwidth costs. Redpanda offers features like leader pinning, follower fetching, and remote read replicas to mitigate these challenges and improve performance. The blog emphasizes the suitability of Redpanda's multi-region clusters for applications requiring robust, globally distributed data systems, highlighting its performance-first architecture and compatibility with Kafka APIs.
Feb 11, 2025 2,070 words in the original blog post.
Redpanda has introduced a new Snowflake Connector in Redpanda Connect, available across major cloud providers like AWS, GCP, and Microsoft Azure, aiming to enhance data streaming and integration for real-time analytics. The connector offers up to twice the throughput on the same hardware compared to Kafka Connect, facilitating efficient and flexible data streaming into Snowflake's Snowpipe Streaming feature. Snowpipe Streaming allows high-throughput data ingestion with exactly-once semantics and low latency, supporting various use cases such as IoT data ingestion and log ingestion into ML feature stores. The collaboration with Snowflake led to the redesign of their Java SDK into Golang, improving performance with parallelized file construction and optimized assembly. Benchmarks showcase Redpanda Connect's efficiency, achieving significantly higher throughput than Kafka Connect. This development is expected to streamline data-intensive applications on Snowflake, with Redpanda Connect supporting various input sources and facilitating schema management through simple configuration. The previous Snowflake connector, snowflake_put, will be deprecated, urging users to transition to snowflake_streaming.
Feb 03, 2025 1,426 words in the original blog post.