Package io.debezium.server.redis
Class RedisStreamMessageIT
java.lang.Object
io.debezium.server.redis.RedisStreamMessageIT
@QuarkusTestResource(RedisTestResourceLifecycleManager.class)
public class RedisStreamMessageIT
extends Object
Integration tests that verify basic reading from PostgreSQL database and writing to Redis stream
- Author:
- ggaborg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidVerifies that all the records of a PostgreSQL table are streamed to Redis in extended message format
-
Constructor Details
-
RedisStreamMessageIT
public RedisStreamMessageIT()
-
-
Method Details
-
testRedisStreamExtendedMessage
@Test public void testRedisStreamExtendedMessage()Verifies that all the records of a PostgreSQL table are streamed to Redis in extended message format
-