1
저는 lagom 프로젝트를 가지고 있고 외부 cassandra를 사용하고 있습니다. 실제 문제는 내가 로컬로 conductr에서 프로젝트를 실행 중일 때 샌드 박스를 사용하여 로컬에서 별도로 실행중인 cassandra를 감지 할 수 없을 때입니다.오류 : 로컬로 conductr 샌드 박스에서 lagom 프로젝트를 실행하고 로컬에서 cassandra를 개별적으로 실행할 때 [cas_native]에 대한 연락 포인트가 없습니까?
Error : Could not find Cassandra contact points, due to: No contact points for [cas_native]
내 build.sbt 개발 모드에서 실행하는 경우
lagomCassandraEnabled in ThisBuild := false
lagomUnmanagedServices in ThisBuild := Map("cas_native" -> "http://localhost:9042")
의 안내에 따라 서비스 로케이터에
cas_native
을 구성해야합니다. "cqlsh"를 실행하면 cql 셸에있게됩니다. – ayush