Hi dear community!
I’m implementing CQRS pattern using Axon Framework. And I have a question regarding numbers that are displayed on query requests in Query tab.
When I execute my SINGLE HTTP request to extract something, I have a doubled number (2 for example) on the query class. I was trying to search for some information regarding how it works, and found nothing.
Could somebody explain me, how it works? Why when I execute a command HTTP request - It shows me good that one command request was executed. But If I go with query request - it doubles me.
Link to the project: GitHub - serhiishapoval/cqrs-axon-demo: CQRS pattern based on AXON Framework demo example
Thanks!
