feat: add confluent managed sink connector#91
Merged
ali-ince merged 1 commit intoneo4j:mainfrom Jan 16, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation to reflect the availability of the new Confluent Managed Sink Connector for Neo4j, updates Neo4j version references to include 2025.x, and removes mentions of Neo4j 4.4.
Changes:
- Updates Confluent Cloud quickstart to use the Managed Sink Connector instead of requiring a custom connector for sink operations
- Updates Neo4j version compatibility from 4.4/5.x to 2025.x/5.x
- Removes deprecated configuration examples for custom sink connectors
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| modules/ROOT/partials/confluent-cloud-add-plugin.adoc | Removes heading for plugin type differentiation |
| modules/ROOT/pages/quickstart-confluent-cloud.adoc | Updates instructions to use Managed Sink Connector, removes custom sink connector setup steps |
| modules/ROOT/pages/installation.adoc | Adds reference to Confluent Managed Sink Connector documentation |
| modules/ROOT/pages/index.adoc | Updates Neo4j compatibility to include 2025.x |
| modules/ROOT/examples/docker-data/quickstart.confluent-cloud.sink.cypher.protobuf.json | Removes deprecated protobuf configuration example |
| modules/ROOT/examples/docker-data/quickstart.confluent-cloud.sink.cypher.json.json | Removes deprecated JSON schema configuration example |
| modules/ROOT/examples/docker-data/quickstart.confluent-cloud.sink.cypher.json | Adds simplified configuration focusing only on Cypher statements |
| modules/ROOT/examples/docker-data/quickstart.confluent-cloud.sink.cypher.avro.json | Removes deprecated Avro configuration example |
| modules/ROOT/examples/docker-data/docker-compose.yml | Updates Docker image from neo4j:5-enterprise to neo4j:2025-enterprise |
| antora.yml | Adds URL reference for Confluent Managed Sink Connector documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
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 PR;