Skip to content

Commit

Permalink
[fix][broker-common] expose configurationMetadataStore and localMetad…
Browse files Browse the repository at this point in the history
…ataStore (apache#15661)

(cherry picked from commit e7dff4b)
  • Loading branch information
nodece authored and codelipenghui committed Jun 7, 2022
1 parent fa78cf8 commit 1bcb7fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ public class PulsarResources {
private final BookieResources bookieResources;
@Getter
private final TopicResources topicResources;

@Getter
private final Optional<MetadataStore> localMetadataStore;
@Getter
private final Optional<MetadataStore> configurationMetadataStore;

public PulsarResources(MetadataStore localMetadataStore, MetadataStore configurationMetadataStore) {
Expand Down

0 comments on commit 1bcb7fb

Please sign in to comment.