Junyeong Jang
Junyeong Jang
Kafka command-line tool `bin/kafka-consumer-groups.sh` offers a function for resetting consumer group offset. Here is an example. ``` bin/kafka-consumer-groups.sh --bootstrap-server localhost:9092 --reset-offsets --group consumergroup1 --topic topic1 --to-latest ``` It would be...
Do the same work for version 2.x.x https://github.com/apache/apisix-helm-chart/pull/548
### feat: Capable of overriding the configurations of the nginx http `lua_shared_dict` The Lua shared dictionary `prometheus-metrics` is initially configured with a default size of `10m` as specified in the...
### Issue description Are there any plans to release version 0.5.0? ### Environment * your apisix-java-plugin-runner version
### Issue description `PostResponse` by default converts the body to bytes in `UTF-8`. It would be nice to support other charsets. ### Environment * 0.4.0
 Hello, it would be nice to move these buttons to the rollout page for better user experience. Thanks.
### Description My system utilizes AWS ALB as a front-end for APISIX, and as a result, AWS ALB response includes `X-Forwarded` prefix headers. You can find additional information about this...