Skip to content

Commit

Permalink
Merge 5751f83 into 778dd8e
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg authored Aug 16, 2024
2 parents 778dd8e + 5751f83 commit a721abc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ydb/core/grpc_services/ydb_over_fq/fq_local_grpc_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ class TLocalGrpcFqContext : public NLocalGrpc::TContext<TReq, TResp> {

return TBase::GetPeerMetaValues(key);
}

TString GetPeer() const override {
return TBase::GetBaseRequest().GetPeerName();
}

private:
TString Scope_;
};
Expand Down

0 comments on commit a721abc

Please sign in to comment.