Hi Yawei, While you're right that there's no first-party driver, we've had good luck using gocql (https://github.com/gocql/gocql) in production at moderate scale. What features in particular are you looking for that are missing?
--Bryan On Tue, Apr 12, 2016 at 10:06 PM, Yawei Li <yawei...@gmail.com> wrote: > Hi, > > It looks like to me that DataStax doesn't provide official golang driver > yet and the goland client libs are overall lagging behind the Java driver > in terms of feature set, supported version and possibly production > stability? > > We are going to support a large number of services in both Java and Go. > if the above impression is largely true, we are considering the option of > focusing on Java client and having GoLang program talk to the Java service > via RPC for data access. Anyone has tried similar approach? > > Thanks >