Skip to content

[DOCS] List 3rd Party connector for NATS #26909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/content/docs/connectors/datastream/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,8 @@ in order to enrich the primary datastream.
Flink offers an API for [Asynchronous I/O]({{< ref "docs/dev/datastream/operators/asyncio" >}})
to make it easier to do this kind of enrichment efficiently and robustly.

### 3rd Party Connnectors
Copy link
Contributor

@davidradl davidradl Aug 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be agreed on the dev list and appropriate wording be added to indicate that these connectors are not supported by the Flink community. Also I notice that the license is not Apache. Also there is not associated Jira in the title.

If this is accepted you should include the Chinese version of this change.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the process for getting the Chinese version created?

* [NATS Connector](https://github.com/synadia-io/flink-connector-nats) (Core and JetStream sinks/sources)

{{< top >}}