apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.41k stars 2.92k forks source link

[Task] Add end-to-end (E2E) testing for logging plugins. #5529

Open xcsnx opened 5 months ago

xcsnx commented 5 months ago

Description

Currently, there are many logging plugins in Shenyu that lack end-to-end (E2E) testing. It is necessary to improve the E2E testing for these logging plugins now. You can refer to the E2E testing of the RocketMQ logging plugin: https://github.com/apache/shenyu/pull/5439

Task List

RayayChung commented 5 months ago

pls assign logging-kafka to me

Divyansh200102 commented 4 months ago

I would like to try

HsiuChi commented 4 months ago

Please assign part 1,2 to me

ling0900 commented 3 months ago

Please assign one or more to me, I would like to do

zzzk1 commented 1 week ago

Hi @xcsnx, can you assign Logging-Kafka Plugin part to me?

xcsnx commented 1 week ago

Hi @xcsnx, can you assign Logging-Kafka Plugin part to me?

Certainly, but it seems that someone has already attempted to work on Kafka, yet there are still some issues. If you're interested, you can build upon their work to achieve the goal. For more details, please refer to the PR: https://github.com/apache/shenyu/pull/5540.