-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support mocking of multiple server ports in a single instance #10
Comments
Hi, this is an interesting request. To be able to properly prioritize it, I would like to know if you can provide more insight in why you need such functionality: what type of application, protocol or flow are you trying to create a virtual service for? Regards |
I have a data source that provides different data streams with individual frequencies. Side question: did I miss something that could save the effort of filtering (and keeping the different files) . If I run the complete dump (either json or pcap) with wiresham it does not replay anything. |
I would like to add on this use case with another one. I work on creating mock servers for my unit tests. One of the backends i need to mock is an IBM AS400, I use jt400 to connect to it. While playing with wireshark I saw that the library connect to multiple ports (as you can also see in their docs: https://javadoc.midrange.com/ports.php) If it will be possible to expose all the ports in the same execution it will be very helpful to mock systems that work with multiple ports. |
Another use case would be mocking protocols with dynamic port allocation like RPC. So, I would appreciate it very much if you could implement this feature. |
Hello, thank you for manifesting interest in this feature and providing additional context to the different use cases. We will evaluate different options and let you know when we have something defined, stay tuned. Please if someone else has similar requests, the more info we have the better to design and implement a solution that fits most use cases. Regards |
it would be great if data of multiple ports of a server could be simulated in a single instance. so that they are played back synchronously rather than independently in different program instances .
The text was updated successfully, but these errors were encountered: