MINOR: Add technical blog post on gateway-to-Kafka event delivery - #900
Open
Yilialinn wants to merge 2 commits into
Open
MINOR: Add technical blog post on gateway-to-Kafka event delivery#900Yilialinn wants to merge 2 commits into
Yilialinn wants to merge 2 commits into
Conversation
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.
Summary
This PR proposes an original technical blog post: Designing Reliable Gateway-to-Kafka Event Delivery: Batching, Acknowledgments, and Backpressure.
The article explains how an API gateway should be treated as a Kafka producer with explicit delivery boundaries. Apache APISIX
kafka-loggeris the concrete open-source implementation used throughout the article.Value to Kafka readers
The post connects gateway operations to Kafka concepts that practitioners need to design together:
acks, ISR, andmin.insync.replicas;Contribution context
I am contributing this article as Yilia Lin, an Apache APISIX Committer. The article is original and non-commercial. It contains no sales call to action, competitor comparison, SEO request, or unverified performance claim.
The APISIX configuration fields and Kafka acknowledgement/topic semantics have been checked against the current official documentation. The copyable APISIX JSON has also been syntax-checked.
Validation scope
This contribution does not claim exactly-once or lossless end-to-end delivery. It does not report throughput, latency, or fault-test results. The failure scenarios in the article are a proposed production-validation method and have not been executed as part of this contribution.
The article has been placed under
content/en/blog/and tested with the website build from themarkdownbranch.Editorial fit
The current repository guide describes
content/en/blog/and uses release announcements as the most common example. Could maintainers please confirm whether a non-release, implementation-based technical article is appropriate for the Kafka Blog, and whether this path/category is preferred? I am happy to adjust the location, scope, or framing based on community feedback.