akulabs8 commented on code in PR #8631:
URL: https://github.com/apache/seatunnel/pull/8631#discussion_r1949646350
##########
seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/source/RedisSourceFactory.java:
##########
@@ -48,18 +48,21 @@ TableSource<T, SplitT, StateT>
createSource(TableSourceFactoryContext context) {
public OptionRule optionRule() {
return OptionRule.builder()
.required(
- RedisConfig.HOST,
- RedisConfig.PORT,
- RedisConfig.KEY_PATTERN,
- RedisConfig.DATA_TYPE)
+ RedisSinkOptions.HOST,
Review Comment:
Hey guys, i have updated it , please take a look
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]