Skip to content

Commit

Permalink
Apache Ignite 2.5+ is supported
Browse files Browse the repository at this point in the history
Handshake format for 2.4 and for 2.5+ is different
  • Loading branch information
Aleksandr Sokolovskii authored Jan 1, 2019
1 parent 854fd8d commit f6d19ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![GoDoc](http://www.godoc.org/github.com/amsokol/ignite-go-client?status.svg)](http://www.godoc.org/github.com/amsokol/ignite-go-client)

## Apache Ignite (GridGain) v2.4+ client for Go programming language
## Apache Ignite (GridGain) v2.5+ client for Go programming language

This library is production ready.

Version is less than v1.0 because not all functionality is implemented yet (see [Road map](#road-map) for details). But the implemented functionality is production ready.

### Requirements

- Apache Ignite v2.4+ (because of binary communication protocol is used)
- Apache Ignite v2.5+ (because of binary communication protocol is used)
- go v1.9+

### Road map
Expand Down

0 comments on commit f6d19ce

Please sign in to comment.