Skip to content

Coherence Go Client - v1.0.0-rc1

Choose a tag to compare

@tmiddlet2666 tmiddlet2666 released this 28 Apr 05:51
· 112 commits to main since this release
c2189e8

Introduction

This is the first release candidate (v1.0.0-rc1) of the Coherence Go Client, an API for accessing Coherence caches via native Go client.

Documentation

Requirements

  • Coherence CE 22.06.4+ or Coherence 14.1.1.2206.4+ Commercial edition with a configured gRPCProxy.
  • Go 1.19.+

Getting Started

go get github.com/oracle/[email protected]

After executing this command coherence-go-client is ready to use, and it's source will be in:

$GOPATH/pkg/mod/github.com/oracle/[email protected]

Known Issues

  • Using filters with extractors that return bool may return the wrong values