nsqio/nsq

*: Support NSQ in ArgoLabs Dataflow

开放

#1,381 创建于 2021年10月19日

 (0 条评论) (0 个反应) (0 位负责人)Go (2,898 个派生)batch import
help wantedrequest

仓库指标

星标
 (25,788 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

In Dataflow, we currently have support for Kafka, Jetstream, NATS Streaming and other sources and sinks. It would be amazing to add support for NSQ too. We know that we plenty of use cases in the OSS community and this would get a lot of love.

The Dataflow team are not NSQ experts. My ask is - would anyone be interested in implementing the changes needed?

Here is a pull request for Jetstream, breaking it down:

  1. Add manifests to install a dev NSQ into Kubernetes cluster.
  2. Add APIs to specify a NSQ source and sink (e.g. the URL, authentication).
  3. Implement the source and sink.
  4. Write test infrastructure (e.g. check the right number of messages get written to a sink).
  5. Write tests (e.g. does the right number of message get written, even if the pod is deleted).
  6. Write examples.
  7. Write docs.

I'll raise a ticket against the main repo, and the Go client repo (there might be engineers there with the exact skills needed).

贡献者指南