Where can i learn how to provide dynamic data to Microcks? I have looked everywhere and I don't see a straight forward way to 1. pull in an API Schema 2. Source my sample test data EXTERNALLY 3. Make my test dynamic. Can you point me to where this is in your video or documents? Thanks
@MattRodriguez-h7j13 күн бұрын
Guys the job that you have been doing is nothing short of Awesome. Microcks is an awesome product. Im been demoing Microcks in my company and everyone is really amazed by the featureset.
@Microcks12 күн бұрын
Thanks for the kind message! We're looking forward to getting your team's feedback! Don't hesitate to join us and discuss this on a next community call!
@AdrienSales18 күн бұрын
Hi guys, here is the chapters I made while watching the replay : - 02:09 : Waiting for participants and mic check ;-p - 06:14 : Meetup startup - 07:09 : New Community Adopters annoucement "Microcks for dummies" - 09:00 : new contributor : Siarhei Saroka - 11:38 : About the future of microcks UI - 13:07 : Community meetings and agenda governance - 14:43 : About Linux foundation, mentorship, GSoC & community - 18:50 : About improving the cli & tools and the "microcks start server" command - 19:38 : About the Microcks hub and onpremises deployment - 22:27 : More discussions about Microcks UI - 23:05 : About asyncAPI - 27:54 : Json schema and technical debt considerations - 33:00 : About Adopters community, Microcks champions, Kong integration, sandbox usage, all automated - 36:00 : Microcks growth trends, APAC adoption, China - 40:00 : News & features to come announcements : testcontainers, - 42:40 : Microcks contener images registries, supply chain security, sigstore - 56:25 : Microcks scoring at 97 on clomonitor.io : in the top 10 on more than 200 projects - 59:39 : Conclusion and next meetup announcements about new documentations, talks and blog posts
@AdrienSales2 ай бұрын
I really found the hub very interesting. Are there dedicated resource to locally deploy an onprem hub ?
@Microcks12 күн бұрын
Not yet but we'd like to work on this. Thanks for creating this issue: github.com/microcks/hub.microcks.io/issues/64
@AdrienSales2 ай бұрын
Hi guys, would you hare the codecentric blog post ?
@langepass118 ай бұрын
I can't find button "Add Dynamic API" in Docker compose deployed application.Where is it?
@PieroDelvecchio Жыл бұрын
Thanks a lot for sharing
@saiompal1601 Жыл бұрын
I used a VM where i have installed the containers for Microcks, but I am getting the following error when I try to access the Microcks UI- "Failed to initialize authentication subsystem." Did anyone face this issue?
@ahmadadiiskandarubaidah90403 ай бұрын
Did you solve the problem ?
@nmanma Жыл бұрын
Hello, thanks for this walkthrough. Although I tried it with the latest version, I cannot see API Mocking section. Am I missing something? Thanks.
@santos1221222 жыл бұрын
Excellent job just what I needed quick and easy mocking of APIs. I just have one suggestion There doesn't seem to be an option to edit an existing API? Can you please add this functionality as well?
@mccdan6662 жыл бұрын
Great Job Microcks. I think this product does not get the attention it should have. We have integrated Microcks in our automated test quite easily in our company. With this Docker Desktop integration, you should be able to reach a much larger audience, I think. Keep up the good work guys !
@Microcks2 жыл бұрын
Awesome! Thanks for sharing Danny! Will do! We also welcome posts on microcks.io/blog if interested to share your experience in more details
@stefanobanchieri1052 жыл бұрын
The damn music volume woke up my baby... WTF
@Microcks2 жыл бұрын
Sorry mate...
@lauraortega51322 жыл бұрын
Hello! Has Microcks been used to mock performance tests? Could Microcks withstand high loads?
@Microcks2 жыл бұрын
Yes, some users in the community use it to mock dependencies of a system under performance testing (with or without tuning response delay time to simulate slow responder). Some of them shared figures of their test to ensure Microcks not being a bottleneck and their quite good (see github.com/microcks/microcks/issues/540#issuecomment-1005090523) :wink:
@lauraortega51322 жыл бұрын
@@Microcks Thanks!!
@mundopetlive2 жыл бұрын
How i can add response examples in API Dynamic ?
@Microcks2 жыл бұрын
Currently you will need to do a POST into the same resource path with the example you want to add. Then it will be available when doing GET into the resources.
@spartan19932 жыл бұрын
Not work in Docker compose.
@Microcks2 жыл бұрын
Sorry you're facing issues with it... Do not hesitate to discuss and to get help from community on GH discussions (github.com/microcks/microcks/discussions) or Zulip chat (microcksio.zulipchat.com).
@rosey1823 жыл бұрын
Great demo. Can you explain what the role of Strimzi is?
@Microcks2 жыл бұрын
Thanks! Microcks is using Strimzi as default Kafka provider and installs, manages and uses a broker for publication of mock messages. You can also bypass Strimzi if you want and reuse your own Kafka broker distro.
@braindose26583 жыл бұрын
Cool feature!!
@Schretzi3 жыл бұрын
Hey, I tried to follow your example, but I don't have Async API available to choose in the type dropdown. I have the v0.2.47.Final running. Did you run some prework not shown in the video or do you have a different version?
@Microcks3 жыл бұрын
Hey Martin, this is actually prework that is not yet released into Apicurio - at that time you’ll have to build it from source to get it working. It should be released soon though ;-)
@amanandrade3 жыл бұрын
@@Microcks Hello! This is a great feature! I also was searching for something that support AsyncAPI. When will you launch it?
@Microcks3 жыл бұрын
@@amanandrade Hey! Everything in now available through `latest` container images of Apicurio. You'll have though to set the `APICURIO_UI_FEATURE_ASYNCAPI` environment variable to `true` in order to enable this features. Happy testing!
@alainphm4 жыл бұрын
Awesome work. The random data generation looks great and wil be soo useful!