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
aws.go
kubernetes.go
pooler.go
postgresql.go improve Patroni config sync (#1635) 2021-10-13 17:17:26 +02:00
roles.go
streams.go create CDC event stream CRD (#1570) 2022-02-28 10:09:42 +01:00
units.go