arextest / arex-agent-java

Lightweight Java agent for traffic capture and replay, enhancing testing and debugging.
https://doc.arextest.com/
Apache License 2.0
416 stars 82 forks source link

support message queue #23

Open mengqcc opened 1 year ago

mengqcc commented 1 year ago
MentosL commented 1 year ago

Great idea, but based on message queue recording, do you need to consider whether the underlying storage needs to be replaced? Is Mongo's storage a bit difficult to support the consumption type of mq?

mr3 commented 11 months ago

@MentosL There is no need to replace mongoDB, you can just abstract the MQ data into a Mocker.

In addition, the arex-replay-schedule needs to be modified in order to ensure that the normal replay.

lucas-myx commented 10 months ago

265