-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor CreatePartitions endpoint of Kafka API to use TUpdateSchemeActor #1005
refactor CreatePartitions endpoint of Kafka API to use TUpdateSchemeActor #1005
Conversation
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 4226007.
🔴 linux-x86_64-release-asan: some tests FAILED for commit 4226007.
|
8df7353
to
78fe877
Compare
…e TUpdateSchemeActor
78fe877
to
4226007
Compare
} else { | ||
SendResultCallback(TEvKafka::TEvTopicModificationResponse::EStatus::ERROR, ReplyMessage); | ||
} | ||
if (Issue.IssueCode == Ydb::PersQueue::ErrorCode::ACCESS_DENIED) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему такой выбор именно конвертации scheme_error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Обсудили, исправил
Fix incorrect output format in case of two same topics provided for Create Partitions. Refactorings + style fixes.
edf18fa
to
1ed5af2
Compare
No description provided.