发布

  • [OPIK-5647] [BE] fix: handle empty Redis stream messages in BaseRedisSubscriber (#6161)

    frostbyte_neo 发布于 2026-04-09 16:13:11 +00:00

    • [OPIK-5647] [BE] fix: handle empty Redis stream messages in BaseRedisSubscriber

    Add runtime type check in processMessage() to guard against Redis delivering
    empty messages where the value is a Collections.emptyList() instead of a Map.
    Due to Java type erasure, this ClassCastException was not caught at compile time.

    • Address Baz review comments
    下载附件