Roadmap and Release Dates #91
Closed
ahudson-keoghs
started this conversation in
General
Replies: 1 comment
-
Hello @ahudson-keoghs! Thank you for rising this to us. We are really appreciating that. As well, I am sorry for making you wait such a long time for the response. I was working internally to define the roadmap for the project. We are happy to announce the roadmap for it in seperete thread. #103 I hope that milestones presented there will be enough to archive your goals. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm investigating how to migrate parts of an old monolithic legacy application to Azure Function apps using the Strangler Fig pattern. We are planning to do this by re-routing requests using an inbound policy and then mapping the request to the new contract which the Function App will enforce. Obviously this is possible without the use of the toolkit, but we have hundreds of endpoints and the toolkit would allow us to have the inbound policies source controlled and unit tested using C# and xUnit which are already very familiar with our development teams.
In short, this toolkit is very promising but given it is only on version 0.0.1 now I was wondering if there was a roadmap available or any ideas when it would be generally available?
Without the toolkit, we'd probably implement an intermediary Function App to do the job of mapping requests between the legacy and modern contracts which will certainly do the job but unit testing them locally won't be possible, we'd have to integration tests to target our APIM instance. The toolkit will offer a nicer development experience.
Beta Was this translation helpful? Give feedback.
All reactions