You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

IDIEP-9
AuthorPavel Tupitsyn
SponsorVladimir Ozerov Ozerov
Created20-NOV-2017
StatusDRAFT


Motivation

Need for a possibility to implement thin Ignite client in any programming language / platform.

"Thin" here means that we do not start an Ignite node in order to communicate with the cluster, we do not implement discovery/communication spi logic, as opposed to currently available Ignite Client Mode.

Description

Every Ignite node listens on a TCP port. Thin client implementations connect to any node in the cluster through TCP socket.

Risks and Assumptions

// Describe project risks, such as API or binary compatibility issues, major protocol changes, etc.

Discussion Links

// Links to discussions on the devlist, if applicable.

Reference Links

// Links to various reference documents, if applicable.

Tickets

// Links or report with relevant JIRA tickets.

  • No labels