Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

[cleanup] Create only one instance of KafkaTopicLookupService #1721

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eolivelli
Copy link
Contributor

This patch is stacked on top of #1720

Motivation

This patch prepares some changes for transaction recovery

Modifications

Create only one instance of KafkaTopicLookupService

Verifying this change

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

Documentation

Check the box below.

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

@github-actions github-actions bot added the no-need-doc This pr does not need any document label Feb 7, 2023
@eolivelli eolivelli force-pushed the impl/single-kafkaTopicLookupService branch from 3a1a570 to b9ca312 Compare February 7, 2023 13:02
@codecov
Copy link

codecov bot commented Feb 7, 2023

Codecov Report

Merging #1721 (b9ca312) into master (41ed8f1) will increase coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head b9ca312 differs from pull request most recent head 62ebec6. Consider uploading reports for the commit 62ebec6 to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1721   +/-   ##
=========================================
  Coverage     15.75%   15.76%           
- Complexity      612      613    +1     
=========================================
  Files           164      164           
  Lines         12262    12268    +6     
  Branches       1124     1124           
=========================================
+ Hits           1932     1934    +2     
- Misses        10171    10176    +5     
+ Partials        159      158    -1     
Impacted Files Coverage Δ
...e/pulsar/handlers/kop/KafkaChannelInitializer.java 0.00% <0.00%> (ø)
...tive/pulsar/handlers/kop/KafkaProtocolHandler.java 0.00% <0.00%> (ø)
...ative/pulsar/handlers/kop/KafkaRequestHandler.java 1.09% <0.00%> (ø)
...mnative/pulsar/handlers/kop/KafkaTopicManager.java 0.00% <0.00%> (ø)
...ve/pulsar/handlers/kop/KopBrokerLookupManager.java 0.00% <0.00%> (ø)
...streamnative/pulsar/handlers/kop/LookupClient.java 0.00% <ø> (ø)
... and 2 more

@eolivelli eolivelli force-pushed the impl/single-kafkaTopicLookupService branch from b9ca312 to 62ebec6 Compare February 8, 2023 07:36
@eolivelli eolivelli marked this pull request as ready for review February 8, 2023 08:01
@eolivelli
Copy link
Contributor Author

The failure " KafkaMessageOrderKafkaTest>KafkaMessageOrderTestBase.testKafkaProduceMessageOrder" is not related to this patch.

I am working on that test currently, but it is a separate topic

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no-need-doc This pr does not need any document
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant