Skip to content
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

[Feature Request][Go SDK]: NATS IO connector #29000

Closed
1 of 16 tasks
johannaojeling opened this issue Oct 15, 2023 · 1 comment · Fixed by #29410
Closed
1 of 16 tasks

[Feature Request][Go SDK]: NATS IO connector #29000

johannaojeling opened this issue Oct 15, 2023 · 1 comment · Fixed by #29410

Comments

@johannaojeling
Copy link
Contributor

What would you like to happen?

Create a NATS JetStream IO connector with a Read transform for consuming messages and a Write transform for producing messages.

Features in a first iteration:

Read

  • Read messages from a subject in a stream with an existing durable consumer
  • Allow the user to configure watermark estimation based on publishing time or processing time
  • Deduplicate messages based on message ID

Write

  • Write messages to a subject in a stream
  • Rely on the NATS server built-in deduplication of messages based on message ID

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant