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 in compact message format
Author:
ggaborg
  • Constructor Details

    • RedisStreamMessageIT

      public RedisStreamMessageIT()
  • Method Details

    • testRedisStreamCompactMessage

      @Test public void testRedisStreamCompactMessage() throws Exception
      Verifies that all the records of a PostgreSQL table are streamed to Redis in compact message format
      Throws:
      Exception