View Source Fluvio (fluvio v0.2.4)

This module provides high-level Fluvio interface for cluster functionalities.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Gets the platform version of the connected cluster.

Starts a GenServer process linked to the current process connected to Fluvio cluster.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec platform_version(pid()) :: {atom(), any()}

Gets the platform version of the connected cluster.

Link to this function

start_link(gen_opts \\ [], native_mod \\ Fluvio.Native)

View Source
@spec start_link(list(), any()) :: GenServer.on_start()

Starts a GenServer process linked to the current process connected to Fluvio cluster.