Skip to content

Commit

Permalink
start store level client
Browse files Browse the repository at this point in the history
  • Loading branch information
jingy-li committed Feb 7, 2025
1 parent b545e9c commit a1b2dce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ AbstractAvroStoreClient startStoreClient(String storeName) {
ClientConfig storeClientConfig = ClientConfig.cloneConfig(clientConfig).setStoreName(storeName);
AbstractAvroStoreClient storeLevelClient =
new AvroGenericStoreClientImpl<>(getTransportClient(storeClientConfig), false, storeClientConfig);
storeLevelClient.start();
LOGGER.info("Started store client for store: {}", storeName);
return storeLevelClient;
});
Expand Down

0 comments on commit a1b2dce

Please sign in to comment.