|
@@ -71,7 +71,7 @@ public class ConsumerAssignConfig implements ApplicationListener<ContextRefreshe
|
|
|
dtsProperties.getUsername(),
|
|
dtsProperties.getUsername(),
|
|
|
dtsProperties.getPassword(),
|
|
dtsProperties.getPassword(),
|
|
|
dtsProperties.getInitCheckpoint(),
|
|
dtsProperties.getInitCheckpoint(),
|
|
|
- ConsumerContext.ConsumerSubscribeMode.ASSIGN);
|
|
|
|
|
|
|
+ ConsumerContext.ConsumerSubscribeMode.SUBSCRIBE);
|
|
|
|
|
|
|
|
//if this parameter is set, force to use the initCheckpoint to initial
|
|
//if this parameter is set, force to use the initCheckpoint to initial
|
|
|
consumerContext.setForceUseCheckpoint(dtsProperties.getIsForceUseInitCheckpoint());
|
|
consumerContext.setForceUseCheckpoint(dtsProperties.getIsForceUseInitCheckpoint());
|