[VOL-1429]  This commit adds a flag to bypass the transaction processing
in single core instance.  It also removes the hardcoded KV store
path prefix and put it as part of the config. Adding the ability for
a calling function to change the transaction timeout.

Change-Id: I8570b44b34db99b46410dafd58c6c5b86ea97b41
diff --git a/compose/rw_core.yml b/compose/rw_core.yml
index 8b164db..dba2544 100644
--- a/compose/rw_core.yml
+++ b/compose/rw_core.yml
@@ -29,6 +29,8 @@
         - -kafka_cluster_host=${DOCKER_HOST_IP}
         - -kafka_cluster_port=9092
         - -rw_core_topic=rwcore
+        - -kv_store_data_prefix=service/voltha
+        - -in_competing_mode=false
         - -log_level=0
     ports:
       - 50057:50057