Skip to content

Conversation

lampnick
Copy link
Contributor

@lampnick lampnick commented Aug 3, 2022

What is the purpose of the change

feat: support lite pull consumer

Brief changelog

feat: support lite pull consumer

Verifying this change

feat: support lite pull consumer

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test(over 80% coverage) to verify your logic correction, more mock a little better when a cross-module dependency exists.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@ShannonDing ShannonDing linked an issue Aug 3, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2022

Codecov Report

Merging #881 (addadf7) into master (5aa04a2) will decrease coverage by 1.19%.
The diff coverage is 0.19%.

@@            Coverage Diff             @@
##           master     #881      +/-   ##
==========================================
- Coverage   25.01%   23.81%   -1.20%     
==========================================
  Files          51       52       +1     
  Lines        6665     7105     +440     
==========================================
+ Hits         1667     1692      +25     
- Misses       4772     5187     +415     
  Partials      226      226              
Impacted Files Coverage Δ
consumer/option.go 20.86% <0.00%> (-2.85%) ⬇️
consumer/pull_consumer.go 0.00% <0.00%> (ø)
consumer/strategy.go 75.36% <ø> (ø)
internal/utils/namespace.go 0.00% <0.00%> (ø)
internal/utils/string.go 0.00% <0.00%> (ø)
primitive/result.go 0.00% <0.00%> (ø)
consumer/consumer.go 17.85% <3.12%> (+1.38%) ⬆️
internal/response.go 0.00% <0.00%> (ø)
consumer/offset_store.go 65.14% <0.00%> (+0.29%) ⬆️
... and 2 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@ShannonDing ShannonDing added this to the 2.2.0 milestone Aug 8, 2022
@ShannonDing ShannonDing added the enhancement New feature or request label Aug 8, 2022
@ShannonDing ShannonDing merged commit ae76839 into apache:master Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when will the pull consumer be officially used?Thanks!
3 participants