Skip to content

Commit

Permalink
peer name has been fixed (#7809)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg authored Aug 16, 2024
1 parent 04beb79 commit 1ceb8e0
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 1ceb8e0

Please sign in to comment.