-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
72056: cdc: add pubsub sink r=wongio123 a=wongio123 changefeedccl: Pubsub Sink Integration Previously there was no changefeed sink for pubsub. This was inadequate because there are use cases for a pubsub sink when a Kafka sink is overkill and there are advantages with easier cloud compatibility. To address this I created a generic pubsub sink system that will allow for different pubsub sink integrations across different cloud providers to be easily implemented in the future. Currently GCP pubsub and in memory pubsub are implemented. Release note (enterprise change): Changefeeds now support gcp pubsub as a sink. 74214: cmd/reduce: fix logging and handle parsing errors r=mgartner a=mgartner #### cmd/reduce: move pkg/testutils/reduce to pkg/cmd/reduce Release note: None #### cmd/reduce: fix logging and handle parsing errors Previously, the `reduce` tool could unexpectedly exit without printing a reduce form of the input SQL if a transformation pass resulted in SQL that could not be successfully parsed. This commit ignores these errors so that the tool can continue to reduce. Also, the logger has been changed to a goroutine-safe `log.Logger`. Release note: None #### cmd/reduce: unset errexit The `reduce` tool now unsets `errexit` in CRDB shells so that the entire SQL input is processed, even if there are multiple errors. Release note: None #### cmd/reduce: simplify pretty printed SQL output Previously, the `reduce` tool obnoxiously formatted the reduced SQL with many parentheses, line breaks, and indents. It has been simplified so that the output is condensed and easier to read. Release note: None 74243: git: clean untracked files when switching branches r=irfansharif a=irfansharif As our set of gitignored files change, switching to older branches can often lead to untracked files left around that need manual cleanup. We could perhaps do this automatically. Release note: None Co-authored-by: Alex Wong <[email protected]> Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: irfan sharif <[email protected]>
- Loading branch information
Showing
39 changed files
with
1,136 additions
and
178 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.