titan-data / titan-server

Titan server to support local docker development
Apache License 2.0
5 stars 3 forks source link

support multiple local titan contexts #93

Closed eschrock closed 4 years ago

eschrock commented 4 years ago

Proposed Changes

This changes how we handle the instantiation of titan contexts, especially local docker contexts. Some of it just cleanup, unifying the variables. The most significant change is that we now listen on a docker plugin socket that is specific to the identity, rather than just "titan". This allows multiple local contexts to be run independently (not necessarily advisable, but important from an isolation perspective).

Testing

gradle build test integrationTest endtoendTest