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

[fix][doc] Fix the note of seek in the consumer #18476

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

RobertIndie
Copy link
Member

Motivation

We already added the seek support for multi-topics consumer in #7518. But the note for seek method hasn't been updated.

Modifications

  • Update the doc for seek method in the consumer.

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

Motivation
We already added the seek support for multi-topics consumer in apache#7518. But the note for seek method haven't been updated.

Modification
* Update the doc for seek method in the consumer.

Signed-off-by: Zike Yang <zike@apache.org>
@RobertIndie RobertIndie added type/bug The PR fixed a bug or issue reported a bug doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. component/client-java labels Nov 15, 2022
@RobertIndie RobertIndie added this to the 2.12.0 milestone Nov 15, 2022
@RobertIndie RobertIndie self-assigned this Nov 15, 2022
@codelipenghui
Copy link
Contributor

/pulsarbot run-failure-checks

@codecov-commenter
Copy link

codecov-commenter commented Nov 15, 2022

Codecov Report

Merging #18476 (3c11145) into master (aeb4503) will increase coverage by 15.59%.
The diff coverage is 55.88%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master   #18476       +/-   ##
=============================================
+ Coverage     31.39%   46.99%   +15.59%     
- Complexity     6651    10399     +3748     
=============================================
  Files           697      697               
  Lines         68015    68023        +8     
  Branches       7285     7284        -1     
=============================================
+ Hits          21353    31966    +10613     
+ Misses        43667    32492    -11175     
- Partials       2995     3565      +570     
Flag Coverage Δ
unittests 46.99% <55.88%> (+15.59%) ⬆️

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

Impacted Files Coverage Δ
...ersistentStreamingDispatcherMultipleConsumers.java 0.00% <0.00%> (ø)
...he/pulsar/client/impl/MultiTopicsConsumerImpl.java 22.26% <0.00%> (ø)
...ersistentStickyKeyDispatcherMultipleConsumers.java 58.91% <50.00%> (+20.44%) ⬆️
...sistent/PersistentDispatcherMultipleConsumers.java 51.38% <75.00%> (+12.15%) ⬆️
...che/bookkeeper/mledger/impl/ManagedLedgerImpl.java 53.99% <100.00%> (+0.15%) ⬆️
...pulsar/broker/admin/impl/PersistentTopicsBase.java 58.86% <100.00%> (+43.09%) ⬆️
...lsar/client/impl/conf/ClientConfigurationData.java 96.66% <100.00%> (+0.11%) ⬆️
...ce/schema/validator/StructSchemaDataValidator.java 52.38% <0.00%> (-9.53%) ⬇️
...apache/pulsar/proxy/server/LookupProxyHandler.java 57.75% <0.00%> (-0.44%) ⬇️
.../apache/pulsar/broker/namespace/LookupOptions.java 87.50% <0.00%> (ø)
... and 166 more

@RobertIndie RobertIndie merged commit deff8c3 into apache:master Nov 18, 2022
lifepuzzlefun pushed a commit to lifepuzzlefun/pulsar that referenced this pull request Dec 9, 2022
### Motivation

We already added the seek support for multi-topics consumer in apache#7518. But the note for seek method hasn't been updated.

### Modifications

* Update the doc for seek method in the consumer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/client doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. ready-to-test type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants