commit | 26b6a5540050cbe16d9e37b429ecfa65ea527aca | [log] [tgz] |
---|---|---|
author | kesavand <kesavan.duraiswamy@gmail.com> | Wed Apr 13 16:57:19 2022 +0530 |
committer | kesavand <kesavan.duraiswamy@gmail.com> | Wed Apr 13 17:02:31 2022 +0530 |
tree | f7c08b0f281c2fceaf2d614b742ee41d6c2c4458 | |
parent | 92fac10d4ea8649d140d6604d5389a4f3ae8f851 [diff] |
[VOL-4696] voltha.events topic should have one partition by default Change-Id: I26baf1a3e2b46732eb9864518b50180a61c460e8
diff --git a/VERSION b/VERSION index 94ff29c..ef538c2 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -3.1.1 +3.1.2
diff --git a/rw_core/config/config.go b/rw_core/config/config.go index 0f154f6..69e0c0d 100644 --- a/rw_core/config/config.go +++ b/rw_core/config/config.go
@@ -89,7 +89,7 @@ fs.IntVar(&cf.EventTopicPartitions, "EventTopicPartitions", - 3, + 1, "RW Core Event topic partitions") fs.IntVar(&cf.EventTopicReplicas,