oracle / coherence-go-client

The Coherence Go Client allows native Go applications to act as cache clients to a Coherence cluster using gRPC for the network transport.
https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence
Universal Permissive License v1.0
10 stars 3 forks source link

Implement support for NamedMap.isReady() #27

Closed rlubke closed 1 year ago

rlubke commented 1 year ago

14.1.1.2206.5 includes an update to the NamedMap called isReady() returning a boolean.

If the client is connecting to an older proxy and isReady() is called on the client, it should raise an appropriate error stating the operation isn't supported by the current proxy. Either upgrade the proxy or connect to a proxy that supports this operation.

tmiddlet2666 commented 1 year ago

Will be fixed in https://github.com/oracle/coherence-go-client/pull/45

tmiddlet2666 commented 1 year ago

Fixed by https://github.com/oracle/coherence-go-client/pull/45