Add Railhook to Messaging - #1331
Open
vadymkykalo wants to merge 1 commit into
Open
vadymkykalo wants to merge 1 commit into
vadymkykalo wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Suggestion type
Checklist
README_SOURCE.md, not the generatedREADME.md.Disclosure: I am the author of Railhook. Self-promotion, submitted under the
"reviewed carefully but welcome" clause in CONTRIBUTING.md — please judge it on
the same criteria as anything else, and close it if it does not clear the bar.
This pull request was prepared with Claude Code on my behalf.
Railhook is a Java 17 / Spring Boot webhook gateway (PostgreSQL transactional
outbox, Kafka, Redis), MIT licensed. What distinguishes it from the existing
Svix entry: it is a server you run rather than a client library, and it covers
both directions — outbound delivery to your customers' endpoints (Standard
Webhooks signatures, a fixed retry ladder, per-endpoint ordering, bulk replay
of failures) and inbound receipt from providers (Stripe, GitHub, GitLab,
Shopify, Slack, Twilio signature verification, deduplication, forwarding to
internal services).
First release v1.0.0 in December 2025, 59 tagged releases since, currently
2.24.0 in production. It is a young project with few stars; I would rather say
so here than have it discovered in review.
🤖 Generated with Claude Code
Summary by cubic
Adds Railhook to the Messaging tools list in
README_SOURCE.md.Railhook is a self-hosted webhook gateway (Java 17 / Spring Boot) that covers both directions: outbound delivery to subscriber endpoints with signed webhooks, retries, per-endpoint ordering, and replay, plus inbound receipt from providers like Stripe, GitHub, GitLab, Shopify, Slack, and Twilio with signature verification, deduplication, and forwarding. It complements the existing Svix entry, which is a client library rather than a server you run.
Written for commit a0cb945. Summary will update on new commits.