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

Add AsyncAppender support #363

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Add AsyncAppender support #363

merged 1 commit into from
Feb 17, 2023

Conversation

aaron-ai
Copy link
Member

@aaron-ai aaron-ai commented Feb 17, 2023

Fixes #362

@codecov-commenter
Copy link

Codecov Report

Merging #363 (474d4dc) into master (8aa0ee1) will increase coverage by 25.91%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##             master     #363       +/-   ##
=============================================
+ Coverage     34.78%   60.69%   +25.91%     
+ Complexity      646      645        -1     
=============================================
  Files           220       95      -125     
  Lines         11489     3819     -7670     
  Branches        276      279        +3     
=============================================
- Hits           3996     2318     -1678     
+ Misses         7244     1346     -5898     
+ Partials        249      155       -94     
Flag Coverage Δ
cpp ?
golang ?
java 60.69% <ø> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...cketmq/client/java/impl/producer/ProducerImpl.java 29.77% <0.00%> (-1.91%) ⬇️
...e/rocketmq/client/java/impl/ClientSessionImpl.java 78.02% <0.00%> (-1.33%) ⬇️
.../client/java/impl/consumer/SimpleConsumerImpl.java 41.93% <0.00%> (-0.69%) ⬇️
...cketmq/client/java/metrics/ClientMeterManager.java 68.53% <0.00%> (-0.51%) ⬇️
...mq/client/java/impl/consumer/PushConsumerImpl.java 33.19% <0.00%> (-0.14%) ⬇️
...e/rocketmq/client/java/impl/ClientManagerImpl.java 72.90% <0.00%> (ø)
cpp/source/base/ThreadPoolImpl.cpp
cpp/source/stats/include/PublishStats.h
cpp/include/rocketmq/Credentials.h
cpp/source/concurrent/CountdownLatch.cpp
... and 124 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@RongtongJin RongtongJin merged commit d4e2868 into apache:master Feb 17, 2023
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.

Add AsyncAppender support
3 participants