-
Notifications
You must be signed in to change notification settings - Fork 698
Enable kafka port for local ydb container #19220
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
Closed
rekby
wants to merge
565
commits into
ydb-platform:main
from
rekby-forks:11005-24.4-local-ydb-kafka-port
Closed
Enable kafka port for local ydb container #19220
rekby
wants to merge
565
commits into
ydb-platform:main
from
rekby-forks:11005-24.4-local-ydb-kafka-port
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: ivanmorozov333 <[email protected]> Co-authored-by: Nikita Vasilev <[email protected]> Co-authored-by: Vitalii Gridnev <[email protected]> Co-authored-by: pilik <[email protected]> Co-authored-by: yumkam <[email protected]> Co-authored-by: Pavel Velikhov <[email protected]> Co-authored-by: Pavel Ivanov <[email protected]>
…re flag (ydb-platform#11409) Co-authored-by: pilik <[email protected]>
…m#11492) merge af4bb4b(ydb-platform#7060), f73f6dc(ydb-platform#11403), 3d0d6db(ydb-platform#11404), 790417d(ydb-platform#11438) from `main`. Co-authored-by: Andrey Molotkov <[email protected]> Move audit logging of login operations from schemeshard to grpc service auth (`AuthService`). Update web-login service login to utilize `AuthService.Login`. Establish `AuthService` as the sole gateway and audit point for all login operations. ### Changelog entry Fix audit log not recording unsuccessful ldap logins. ### Changelog category * Bugfix
(cherry picked from commit e66ee0c)
(cherry picked from commit fdd604a)
(cherry picked from commit 0a7a710)
…db-platform#11441) (cherry picked from commit e807d9d)
(cherry picked from commit 0f7cf47)
Co-authored-by: Alexander Rutkovsky <[email protected]>
Co-authored-by: Pavel Velikhov <[email protected]>
🔴 Unable to merge your PR into the base branch. Please rebase or merge it with the base branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TEvProposeTransaction
andTEvLockStatus
(The race betweenTEvProposeTransaction
andTEvLockStatus
#8517) (The race betweenTEvProposeTransaction
andTEvLockStatus
(#8517) #8670)EnablePQConfigTransactionsAtSchemeshard
andEnableTopicServiceTx
(Default values for feature flagsEnablePQConfigTransactionsAtSchemeshard
andEnableTopicServiceTx
#8845)TEvTxCalcPredicate
message for the completed transaction (theTEvTxCalcPredicate
message for the completed transaction #8809) (theTEvTxCalcPredicate
message for the completed transaction (#8809) #9225)DescripeTopic
call with theIncludeStats
flag freezes (TheDescripeTopic
call with theIncludeStats
flag freezes #9392) (TheDescripeTopic
call with theIncludeStats
flag freezes (#9392) #9415)TEvProposePartitionConfig
message is sent only to the main partitions (TheTEvProposePartitionConfig
message is sent only to the main partitions #9599) (TheTEvProposePartitionConfig
message is sent only to the main partitions (#9599) #9632)WITH (security_invoker = true)
#9320 (Views: throw a human-readable error in case of a missing WITH (security_invoker = true) #9320 #9783)PQ/BytesWriteOK
for writing to a transaction (The value ofPQ/BytesWriteOK
for writing to a transaction #12337) (The value ofPQ/BytesWriteOK
for writing to a transaction (#12337) #12477)TxUsage::WriteToTopic_Invalid_*
(TestsTxUsage::WriteToTopic_Invalid_*
#12475)ListNodes
cache inDynamicNameserver
(AddListNodes
cache inDynamicNameserver
#12694) (24-3: AddListNodes
cache inDynamicNameserver
(#12694) #12747)Sender
(Delayed message losesSender
#13066) (Delayed message losesSender
(#13066) #13140)TEvProposeTransaction
(Late messagesTEvProposeTransaction
#16216) (Late messagesTEvProposeTransaction
(#16216) #16270)Changelog entry
...
Changelog category
Description for reviewers
...