Skip to content

Commit

Permalink
Pass cluster client to gRPC service impl
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Nov 23, 2024
1 parent 409ac5b commit 6e5ea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/org/opensearch/node/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ protected Node(
);

GrpcServiceRegistry grpcReg = new GrpcServiceRegistry(
new NodesInfoServiceImpl()
new NodesInfoServiceImpl(client)
// TODO: Other service stubs here
);

Expand Down

0 comments on commit 6e5ea5b

Please sign in to comment.