Skip to content

Commit

Permalink
chore: update kafka and elasticsearch example path
Browse files Browse the repository at this point in the history
  • Loading branch information
3n0ugh committed Oct 26, 2024
1 parent 5b9d6a9 commit 9a4fc1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ func Handler(ctx *replication.ListenerContext) {

* [Simple](./example/simple)
* [Simple File Config](./example/simple-file-config)
* [PostgreSQL to Elasticsearch](./example/elasticsearch)
* [PostgreSQL to Kafka](./example/kafka)
* [PostgreSQL to Elasticsearch](https://github.com/Trendyol/go-pq-cdc-elasticsearch/tree/main/example/simple)
* [PostgreSQL to Kafka](https://github.com/Trendyol/go-pq-cdc-kafka/tree/main/example/simple)
* [PostgreSQL to PostgreSQL](./example/postgresql)

### Availability
Expand Down

0 comments on commit 9a4fc1e

Please sign in to comment.