Package io.debezium.storage.redis.offset
Class RedisOffsetBackingStoreTest
java.lang.Object
io.debezium.storage.redis.offset.RedisOffsetBackingStoreTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate longgetClientsNumber(String name, io.debezium.storage.redis.RedisClient client) private io.debezium.storage.redis.offset.RedisOffsetBackingStoreConfigvoidsetUp()voidtearDown()void
-
Field Details
-
redis
public org.testcontainers.containers.GenericContainer redis -
PROP_PREFIX
- See Also:
-
REDIS_CONTAINER_IMAGE
- See Also:
-
NEW_LINE
- See Also:
-
address
-
port
private int port
-
-
Constructor Details
-
RedisOffsetBackingStoreTest
RedisOffsetBackingStoreTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
tearDown
@AfterEach public void tearDown() -
testRedisConnection
- Throws:
InterruptedException
-
getClientsNumber
-
getRedisOffsetBackingStoreConfig
private io.debezium.storage.redis.offset.RedisOffsetBackingStoreConfig getRedisOffsetBackingStoreConfig()
-