Skip to content

Commit

Permalink
Implement new method in TKafkaCreateTopicRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Vesialou committed Dec 27, 2023
1 parent 8d6e1c8 commit 8a1730b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ydb/core/kafka_proxy/actors/kafka_create_topics_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ class TKafkaCreateTopicRequest : public NKikimr::NGRpcService::IRequestOpCtx {
Y_UNUSED(operation);
};

NWilson::TTraceId GetWilsonTraceId() const override {
return {};
}

void SendResult(const google::protobuf::Message& result, Ydb::StatusIds::StatusCode status) override {
Y_UNUSED(result);
processYdbStatusCode(status);
Expand Down

0 comments on commit 8a1730b

Please sign in to comment.