Abacn commented on PR #37991: URL: https://github.com/apache/beam/pull/37991#issuecomment-5396430894
Thanks for the contribution and sorry about the delay due to lack of Go SDK maintainer. Per Go SDK roadmap (https://beam.apache.org/roadmap/go-sdk/) the recommended way to add Go IO connector to Beam repo is via cross language transforms, as there is already a dedicatd Java Spanner ChangeStream IO. In fact there was an opposite effort of teardown Python native SpannerIO (originally targeted for Beam 3): #35860 It may still worth a native Go Spanner ChangeStream IO, as I see there is a native Go SpannerIO in the code base. A few recommendation to move forward - Consider raise a thread in Beam dev list, and find reviewer there - Serve this IO connector in a third party Repo and publish it: https://go.dev/doc/modules/publishing, and open a Beam website update to add it in https://beam.apache.org/documentation/io/connectors/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
