Deprecate non-ClickHouse/non-Postgres destinations and QRep/XMIN mirror types#246
Merged
Merged
Conversation
…or types Adds deprecation callouts to docs pages for destination connectors that are deprecated and no longer actively maintained (Snowflake, ElasticSearch, Kafka including Confluent and Redpanda variants, Azure Event Hubs, Google Pub/Sub, S3, GCS, and BigQuery as a destination). BigQuery remains a supported source. Also marks the Query Replication (QRep) and XMIN mirror types as deprecated, recommending CDC as the actively-maintained mirror type. The callouts state these remain fully functional and that no code is currently being removed. Accompanies PeerDB-io/peerdb#4491. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 tasks
ilidemi
approved these changes
Jun 29, 2026
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
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.
This documentation PR accompanies PeerDB-io/peerdb#4491.
It adds concise deprecation callouts (no content removed or restructured) to mark the following as deprecated and no longer actively maintained. They remain fully functional and no code is currently being removed.
Deprecated destination connectors
Actively-maintained destinations: ClickHouse, ClickHouse Cloud, Postgres.
Deprecated mirror types
CDC (Change Data Capture) is the recommended, actively-maintained mirror type.
Pages updated
connect/snowflake,connect/bigquery,connect/s3,connect/gcs,connect/elasticsearch,connect/kafka,connect/confluent-cloud,connect/pubsubmirror/cdc-pg-sf,mirror/cdc-pg-bq,mirror/cdc-pg-kafka,mirror/cdc-pg-elasticsearchusecases/real-time-cdc/postgres-to-snowflake,postgres-to-bigquery,postgres-to-cloud(S3/GCS),postgres-to-azure-eventhubsusecases/streaming-query-replication/overviewand all sub-pages, plustutorials/realtime-streaming-of-query-resultssql/commands/create-mirror(Streaming Query Results and XMIN sections)features/supported-connectors,sql/commands/supported-connectors,features/feature-matrix(rows marked (deprecated) and a summary callout added)🤖 Generated with Claude Code