Skip to content

Commit 10b61f8

Browse files
authored
peer name has been fixed (ydb-platform#7809) (ydb-platform#7944)
1 parent 778dd8e commit 10b61f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ydb/core/grpc_services/ydb_over_fq/fq_local_grpc_events.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ class TLocalGrpcFqContext : public NLocalGrpc::TContext<TReq, TResp> {
2727

2828
return TBase::GetPeerMetaValues(key);
2929
}
30+
31+
TString GetPeer() const override {
32+
return TBase::GetBaseRequest().GetPeerName();
33+
}
34+
3035
private:
3136
TString Scope_;
3237
};

0 commit comments

Comments
 (0)