This article brings you Apache APISIX's upcoming xRPC framework and related details, as well as a detailed presentation of Apache APISIX in multi-language development support.
The Practice of Public Gateway in CDN Scenario from UPYUN
In the previous sharing, we brought you the application of cloud at the Ingress level. This time, we will introduce you to the current cloud application examples under the public network gateway scenario, hoping to bring you some practical Apache APISIX scenarios to share in the cloud storage industry.
Biweekly Report (Jan 1 - Jan 16)
From 1.1 to 1.16, 29 contributors submitted 81 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
APISIX integrate with Kafka for real-time log monitoring
Apache APISIX has been providing support for Apache Kafka since version 1.2 with the
kafka-logger
plugin release.kafka-logger
has been enhanced several times since then to provide very mature and complete functionality. It supports pushing API request logs, request bodies, and response bodies, to a Kafka cluster in JSON format.
Makes it More Convenient for You to Proxy Dubbo Services in Apache APISIX
In this article, we introduced how to use Apache APISIX to implement a proxy for Dubbo Service. By introducing the dubbo-proxy plugin, you can build a simpler and more efficient traffic link for the back-end system of Dubbo framework.
Webinar | From API to Database
On January 15th, the Apache APISIX community is joining forces with the Apache Shardingsphere community to bring you an online sharing session.
How to build APISIX in ARM Ubuntu
By reading this article you will learn how to build Apache APISIX (M1 chip environment) in ARM Ubuntu from source code. The ARM Ubuntu system is installed with the help of https://multipass.run/.
Biweekly Report (Dec 16 - Dec 31)
From 12.16 to 12.31, 33 contributors submitted 90 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
Use APISIX and Authing to implement centralized authentication Management
This article describes the detailed steps for interfacing Apache APISIX and Authing.
Use API gateway to proxy gRPC service
This article shows you how to proxy client HTTP traffic to the back-end gRPC service via the
grpc-transcode
plugin in Apache APISIX.