postgres-operator/pkg/util/constants
Felix Kunde d8a159ef1a
create CDC event stream CRD (#1570)
* provide event stream API
* check manifest settings for logical decoding before creating streams
* operator updates Postgres config and creates replication user
* name FES like the Postgres cluster
* add delete case and fix updating streams + update unit test
* check if fes CRD exists before syncing
* existing slot must use the same plugin
* make id and payload columns configurable
* sync streams only when they are defined in manifest
* introduce applicationId for separate stream CRDs
* add FES to RBAC in chart
* disable streams in chart
* switch to pgoutput plugin and let operator create publications
* reflect code review and additional refactoring

Co-authored-by: Paŭlo Ebermann <paul.ebermann@zalando.de>
2022-02-28 10:09:42 +01:00
..
annotations.go define ownership between operator and clusters via annotation (#802) 2020-03-17 16:34:31 +01:00
aws.go Make AWS region configurable in the operator cofig map (#333) 2018-06-27 17:29:02 +02:00
kubernetes.go get postgres container by name, not index (#1504) 2021-05-27 18:56:58 +02:00
pooler.go raise pooler image and fix pgversion config in chart (#1253) 2020-12-14 12:37:09 +01:00
postgresql.go improve Patroni config sync (#1635) 2021-10-13 17:17:26 +02:00
roles.go set search_path for default roles (#1065) 2020-08-11 10:42:31 +02:00
streams.go create CDC event stream CRD (#1570) 2022-02-28 10:09:42 +01:00
units.go Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00