@@ -6,22 +6,17 @@ go-pq-cdc-elasticsearch streams documents from PostgreSql and writes to Elastics
66
77### Contents
88
9- - [ go-pq-cdc-elasticsearch ] ( #go-pq-cdc-elasticsearch--- )
10- - [Contents](#contents)
11- - [Snapshot Feature](#-snapshot-feature)
12- - [Snapshot Modes](#snapshot-modes)
13- - [How It Works](#how-it-works)
14- - [Identifying Snapshot vs CDC Messages](#identifying-snapshot-vs-cdc-messages)
15- - [Usage](#usage)
16- - [Examples](#examples)
17- - [Availability](#availability)
18- - [Configuration](#configuration)
19- - [API](#api)
20- - [Exposed Metrics](#exposed-metrics)
21- - [Snapshot Metrics](#snapshot-metrics)
22- - [Compatibility](#compatibility)
23- - [Elasticsearch Version Compatibility](#elasticsearch-version-compatibility)
24- - [Breaking Changes](#breaking-changes)
9+ | Section | Description |
10+ | ---------| -------------|
11+ | [ Snapshot Feature] ( #-snapshot-feature ) | Initial data synchronization before CDC |
12+ | [ Usage] ( #usage ) | How to use the connector |
13+ | [ Examples] ( #examples ) | Code examples |
14+ | [ Availability] ( #availability ) | High availability setup |
15+ | [ Configuration] ( #configuration ) | All configuration options |
16+ | [ API] ( #api ) | REST API endpoints |
17+ | [ Exposed Metrics] ( #exposed-metrics ) | Prometheus metrics |
18+ | [ Compatibility] ( #compatibility ) | Version compatibility |
19+ | [ Breaking Changes] ( #breaking-changes ) | Breaking changes log |
2520
2621## 📸 Snapshot Feature
2722
0 commit comments