Skip to content

Commit 8a1730b

Browse files
author
Siarhei Vesialou
committed
Implement new method in TKafkaCreateTopicRequest
1 parent 8d6e1c8 commit 8a1730b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/core/kafka_proxy/actors/kafka_create_topics_actor.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ class TKafkaCreateTopicRequest : public NKikimr::NGRpcService::IRequestOpCtx {
165165
Y_UNUSED(operation);
166166
};
167167

168+
NWilson::TTraceId GetWilsonTraceId() const override {
169+
return {};
170+
}
171+
168172
void SendResult(const google::protobuf::Message& result, Ydb::StatusIds::StatusCode status) override {
169173
Y_UNUSED(result);
170174
processYdbStatusCode(status);

0 commit comments

Comments
 (0)