February 2023 Summaries
5 posts from Convoy
Filter
Month:
Year:
Post Summaries
Back to Blog
Convoy, an open-source project focused on managing webhooks, has recently surpassed 1,000 stars on GitHub, marking significant organic growth over the past 15 months. The tool, designed as a Webhooks Gateway similar to API Gateways like Kong, provides robust management for both incoming and outgoing webhook events with features such as retrying, rate limiting, static IPs, circuit breaking, and rolling secrets. Convoy's development has been driven by a lean, engineering-led team that emphasizes product quality, transparency, and responsive support, fostering a growing community of users and contributors without relying on paid advertising. The team is committed to consistently producing valuable content related to webhooks and appreciates the contributions of community members who have helped achieve this milestone. Looking ahead, Convoy aims to reach 5,000 stars by continuing to offer reliable solutions for engineers, supported by its free-for-developers Convoy Cloud.
Feb 24, 2023
695 words in the original blog post.
Platform engineering is a discipline focused on creating toolchains and workflows that enable self-service capabilities for software engineering organizations, often embodied in an "Internal Developer Platform." This approach enhances productivity by allowing engineers to concentrate on core business problems rather than dealing with infrastructure challenges. Platform engineers play a crucial role in addressing cross-cutting concerns like webhooks management, standardization, and security, which are vital for maintaining consistency and efficiency across an organization. Convoy, an open-source webhooks gateway, exemplifies a tool designed to support platform teams by providing a scalable infrastructure for managing webhooks, complete with features such as retries, rate limiting, and security measures. This allows organizations to efficiently handle webhooks while minimizing code duplication and ensuring adherence to best practices, ultimately improving developer productivity and security.
Feb 20, 2023
780 words in the original blog post.
Convoy is an open-source webhooks gateway designed to enhance the management of webhooks by providing robust features such as retries, rate limiting, and zero-downtime secrets upgrades. It aims to improve developer productivity through shared services across teams, aligning with modern platform engineering practices. Convoy v0.9 introduces integration with message brokers such as Google PubSub and Amazon SQS, allowing asynchronous communication that better suits webhook events' nature by enabling publish/subscribe patterns. This integration addresses limitations of the HTTP protocol, such as lack of message delivery guarantees and fault tolerance, while enhancing scalability, loose coupling, and high availability. Using message brokers allows for more flexible and robust webhook infrastructure, capable of handling large-scale, complex microservices with increased throughput and performance. Convoy Cloud invites users to explore these features and join their community for further engagement and demonstrations.
Feb 17, 2023
1,129 words in the original blog post.
The Convoy newsletter for early 2023 introduces a range of new features and updates, including the ability to re-generate API keys for projects, enhanced configuration options for data retention, and the implementation of default notifications for endpoint failures, which aim to improve webhook management. The newsletter also highlights that Convoy Cloud remains free for developers, with updated pricing packages for engineering teams, and presents a redesigned landing page to better align with Convoy’s current positioning as an API Gateway for webhooks. In addition, Convoy has made its product roadmap public, offering insights into its development process, and announces a virtual launch party for Convoy 0.9, featuring support for Google Pubsub and Amazon SQS, scheduled for February 27, 2023. Readers are encouraged to engage with Convoy through their blog posts, which cover topics like webhook gateways and microservices, and are invited to star their GitHub repository and follow them on Twitter for further updates.
Feb 14, 2023
544 words in the original blog post.
A Webhook Gateway acts as a forward and reverse proxy to manage the transmission and reception of webhooks between client endpoints and third-party providers, ensuring security, resilience, and high availability. In microservices architecture, it addresses challenges such as routing events to the appropriate microservices and managing webhooks from multiple services with different technology stacks by maintaining a consistent payload structure. The gateway also provides features such as retries, rate limiting, and payload signing, helping to mitigate issues like Distributed Denial of Service (DDoS) attacks and ensuring reliable event delivery. Despite its benefits, adopting a Webhook Gateway introduces new complexities, requiring organizations to consider factors like integration, maintenance, and the potential for a single point of failure. Solutions like Convoy offer advanced features for event routing and secure delivery, with options to try Convoy Cloud for free or engage with their community on Slack for further exploration of webhook solutions.
Feb 01, 2023
1,365 words in the original blog post.