You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We came across your project and see that you are facing the same issue for which we have build a solution.
From glancing at the code, the logic looks very similar to the Springwolf logic. Is there a feature you are missing or preventing you from using Springwolf directly?
The text was updated successfully, but these errors were encountered:
Hello,
We've tried Springwolf, but we faced some issues. Springwolf scan only one base package, but we have two packages for consumers and producers. We wanted to use seperated base packages. So, we want to support multiple base package for the tool. Also, we use topic pattern in KafkaListener and when topics generated, Springwolf get whole string. But, we want to get yaml value. We could not do that. We used pattern in strings for the kafka topic and customize for this the tool.
Hi,
Thank you for the response.
Springwolf does support YAML and you might be able to use a base-package path higher in the package hierarchy, which includes multiple base-packages that you describe.
As Springwolf is released under the Apache-2.0 license, we would like to see a more prominent attribution - right at the start of the README.md
Hi,
Springwolf maintainers here.
We came across your project and see that you are facing the same issue for which we have build a solution.
From glancing at the code, the logic looks very similar to the Springwolf logic. Is there a feature you are missing or preventing you from using Springwolf directly?
The text was updated successfully, but these errors were encountered: