hungphan227 commented on PR #2465: URL: https://github.com/apache/james-project/pull/2465#issuecomment-2436809314
Created EventSerializersAggregator that extend EventSerializer. This is the default event serializer. Although EventSerializersAggregator has both serialize and deserialize method, CassandraEventDeadLettersDAO instance used by webadmin only use deserialize method. Therefore, we do not need to care about serialize case. For CassandraEventDeadLettersDAO instances used by event bus, we inject appropriate EventSerializer. `public CassandraEventDeadLettersDAO(CqlSession session, EventSerializer eventSerializer)` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org