Skip to content

Commit

Permalink
LOGBROKER-8840: add CreateTopics endpoint to KafkaAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheivesialou authored and Siarhei Vesialou committed Dec 28, 2023
1 parent f59afad commit 95346b4
Show file tree
Hide file tree
Showing 10 changed files with 1,907 additions and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/kafka_proxy/actors/actors.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,6 @@ NActors::IActor* CreateKafkaFetchActor(const TContext::TPtr context, const ui64
NActors::IActor* CreateKafkaFindCoordinatorActor(const TContext::TPtr context, const ui64 correlationId, const TMessagePtr<TFindCoordinatorRequestData>& message);
NActors::IActor* CreateKafkaOffsetCommitActor(const TContext::TPtr context, const ui64 correlationId, const TMessagePtr<TOffsetCommitRequestData>& message);
NActors::IActor* CreateKafkaOffsetFetchActor(const TContext::TPtr context, const ui64 correlationId, const TMessagePtr<TOffsetFetchRequestData>& message);
NActors::IActor* CreateKafkaCreateTopicsActor(const TContext::TPtr context, const ui64 correlationId, const TMessagePtr<TCreateTopicsRequestData>& message);

} // namespace NKafka
Loading

0 comments on commit 95346b4

Please sign in to comment.