yandex-cloud / go-sdk

Yandex.Cloud Go SDK
MIT License
82 stars 15 forks source link

Support for Data Streams #10

Closed Caoimhin89 closed 2 years ago

Caoimhin89 commented 2 years ago

Is there currently any work underway to add Yandex Data Streams to the SDK? - https://cloud.yandex.ru/services/data-streams

MAnyKey commented 2 years ago

Yandex Data Streams has an HTTP API compatible with AWS Kinesis Data Streams, so you can use aws-sdk-go with Yandex Data Streams. Unfortunately, we currently only have usage examples for Python, but the same parameters apply to aws-sdk-go as well.

Currently, there are no plans, that I am aware of, of providing a gRPC API of our own and hence add it to the go-sdk.

You can add a feature request here (sorry, the webpage is in Russian only).