In InitializeConsumerGroup.java there is a compile time error regarding xgroupCreate (see error below), using lettuce 5.1.3.RELEASE:
The method xgroupCreate(XReadArgs.StreamOffset, String) in the type RedisStreamCommands<String,String> is not applicable for the arguments (String, String, String)
In InitializeConsumerGroup.java there is a compile time error regarding xgroupCreate (see error below), using lettuce 5.1.3.RELEASE:
The method xgroupCreate(XReadArgs.StreamOffset, String) in the type RedisStreamCommands<String,String> is not applicable for the arguments (String, String, String)