Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[type:feat] add Logging-Kafka Plugin e2e and make independent of Logging-rocketmq e2e #5709

Open
wants to merge 261 commits into
base: master
Choose a base branch
from

Conversation

jakiuncle
Copy link
Contributor

jakiuncle and others added 30 commits September 1, 2024 20:21
# Conflicts:
#	shenyu-e2e/shenyu-e2e-case/shenyu-e2e-case-http/src/test/java/org/apache/shenyu/e2e/testcase/http/DividePluginTest.java
@Aias00 Aias00 changed the title [type:feat] add Logging-Kafka Plugin e2e [type:feat] add Logging-Kafka Plugin e2e and make independent of Logging-rocketmq e2e Jan 14, 2025
@@ -81,9 +84,10 @@ public static <T extends List<?>, U extends List<?>> void waitAdmin2GatewayDataS
*/
public static void waitGatewayPluginUse(final GatewayClient gatewayClient, final String pluginClass) throws Exception {
Map<String, Integer> pluginMap = gatewayClient.getPlugins();
LOGGER.info("pluginMap:{}", MAPPER.writeValueAsString(pluginMap));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this log

@@ -93,6 +97,7 @@ public static void waitGatewayPluginUse(final GatewayClient gatewayClient, final
Thread.sleep(10000);
retryNum++;
pluginMap = gatewayClient.getPlugins();
LOGGER.info("pluginMap:{}", MAPPER.writeValueAsString(pluginMap));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this log

"{\"topic\":\"shenyu-access-logging\",\"namesrvAddr\":\"shenyu-kafka:9092\",\"sampleRate\":\"1\",\"maxResponseBody\":524288,\"maxRequestBody\":524288,\"compressAlg\":\"none\"}");
adminClient.changePluginStatus("1801816010882822171", reqBody);
Map<String, Integer> plugins = gatewayClient.getPlugins();
LOG.info("shenyu e2e plugin list ={}", plugins);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants