May 2024 Summaries
3 posts from Hookdeck
Filter
Month:
Year:
Post Summaries
Back to Blog
Confluent Kafka is a comprehensive event streaming and processing platform that offers complex in-flight processing, a SQL interface, and ready-made integrations. However, it comes with operational complexity and costs associated with managing infrastructure. If you're looking for alternatives to Confluent Kafka, consider Hookdeck, Amazon EventBridge, Azure Event Grid, and Google Eventarc. Each tool has its strengths and weaknesses, and the choice ultimately depends on your specific needs and preferences. Hookdeck offers a serverless event gateway solution with JavaScript-based in-flight processing, while Amazon EventBridge provides point-to-point connections and ETL-like workloads. Azure Event Grid is a pub-sub model that integrates directly with products from the Azure ecosystem, but lacks in-flight transformations. Google Eventarc is heavily skewed towards integrations with the Google Cloud ecosystem and does not support external event destinations or in-flight processing. Ultimately, the choice of tool depends on your specific requirements and the level of complexity you're willing to tolerate.
May 15, 2024
3,234 words in the original blog post.
The company shipped a middleware library for Vercel that enables authentication and other features for asynchronous HTTP requests, released a new SDK for TypeScript, and had its CEO appear on two podcasts discussing event-driven architecture and the definition of a new product category.
May 13, 2024
308 words in the original blog post.
The Hookdeck Vercel Middleware is a new feature that enables developers to turn any Vercel endpoint into an asynchronous endpoint with support for queuing, throttling, retry logic, delays, and verification. It allows developers to easily debug and build with webhooks and other asynchronous messaging use cases on Vercel. The middleware can be installed using npm i @hookdeck/vercel and requires a hookdeck.config.js file to be updated with configuration options. To get started, create a Hookdeck account, set environment variables for the API key and signing secret, deploy the project, and configure the middleware routes. The middleware is currently disabled in development environments but will be supported soon.
May 06, 2024
481 words in the original blog post.