You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Dagang Wei <fu...@gmail.com> on 2019/08/27 22:08:53 UTC

Is there Go client for Flink?

Hi folks,

Seems Flink only provides REST API, wondering is there Go client available?

Dagang

Re: Is there Go client for Flink?

Posted by Till Rohrmann <tr...@apache.org>.
Hi,

all client server communication goes through the REST API. Hence, one could
write a Go client which uses this API. But currently, Flink only comes with
the Java based client.

Cheers,
Till

On Wed, Aug 28, 2019 at 12:09 AM Dagang Wei <fu...@gmail.com> wrote:

> Hi folks,
>
> Seems Flink only provides REST API, wondering is there Go client available?
>
> Dagang
>