-
Enhancement
-
Resolution: Done
-
Minor
-
0.9.5.Final, 0.10.0.Beta1
-
None
Not sure why but a TODO still exists in source code avoiding to modify the "Topic Selection Strategy"
PostgresConnectorConfig.java
protected TopicSelectionStrategy topicSelectionStrategy() { //TODO author=Horia Chiorean date=04/11/2016 description=implement this fully once the changes for MySQL are merged //String value = config.getString(PostgresConnectorConfig.TOPIC_SELECTION_STRATEGY); //return PostgresConnectorConfig.TopicSelectionStrategy.parse(value); return PostgresConnectorConfig.TopicSelectionStrategy.TOPIC_PER_TABLE; }