Skip to content

Commit

Permalink
Upgrade KCache to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Jan 1, 2020
1 parent d85364d commit 721d840
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public void configure(Map<String, ?> operand) {
configs.put(KafkaCacheConfig.KAFKACACHE_TOPIC_CONFIG, topic);
configs.put(KafkaCacheConfig.KAFKACACHE_GROUP_ID_CONFIG, groupId);
configs.put(KafkaCacheConfig.KAFKACACHE_CLIENT_ID_CONFIG, groupId + "-" + topic);
configs.put(KafkaCacheConfig.KAFKACACHE_ENABLE_OFFSET_COMMIT_CONFIG, true);
String enableRocksDbStr = (String) configs.getOrDefault(KarelDbConfig.ROCKS_DB_ENABLE_CONFIG, "true");
boolean enableRocksDb = Boolean.parseBoolean(enableRocksDbStr);
String rootDir = (String) configs.getOrDefault(
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ limitations under the License.
<junit.version>4.12</junit.version>
<kafka.scala.version>2.12</kafka.scala.version>
<kafka.version>2.3.0</kafka.version>
<kcache.version>3.0.0</kcache.version>
<kcache.version>3.0.1</kcache.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version>
<maven-scm-provider.version>1.10.0</maven-scm-provider.version>
Expand Down

0 comments on commit 721d840

Please sign in to comment.