Skip to content

Commit

Permalink
LOGBROKER-8860 Implement CreatePartitions Kafka API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheivesialou committed Jan 8, 2024
1 parent 45bff62 commit 9a2070a
Show file tree
Hide file tree
Showing 13 changed files with 1,328 additions and 27 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 @@ -159,5 +159,6 @@ NActors::IActor* CreateKafkaFindCoordinatorActor(const TContext::TPtr context, c
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);
NActors::IActor* CreateKafkaCreatePartitionsActor(const TContext::TPtr context, const ui64 correlationId, const TMessagePtr<TCreatePartitionsRequestData>& message);

} // namespace NKafka
Loading

0 comments on commit 9a2070a

Please sign in to comment.