Open brunodomenici opened 1 day ago
π @brunodomenici
Welcome to the Microcks community! π
Thanks and congrats π for opening your first issue here! Be sure to follow the issue template or please update it accordingly.
π’ If you're using Microcks in your organization, please add your company name to this list. π It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
If you need to know why and how to add yourself to the list, please read the blog post "Join the Microcks Adopters list and Empower the vibrant open source Community π"
Hope you have a great time there!
π ~~~~~ π
π’ If you like Microcks, please β star β our repo to support it!
π It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
Describe the bug
I have a log message
Failed finding a suitable Avro schema for the 'PUBLISH NAMESPACES-V1' operation. No publication done
:Expected behavior
Mock messages published in the Kafka topic
Actual behavior
Warning messages saying there is no schema.
How to Reproduce?
No response
Microcks version or git rev
microcks:1.10.1 , async-minion:master
Install method (
docker-compose
,helm chart
,operator
,docker-desktop extension
,...)docker
Additional information
I did some debugging and there no
operations
returning from Microcks APIs:https://github.com/microcks/microcks/blob/59e0f49f00ffbf2dec7cbb7004416cc1f4552b41/minions/async/src/main/java/io/github/microcks/minion/async/producer/ProducerManager.java#L155-L158
Resources API:
I'm not sure why.
However, I see operations in Services API: