Proposal for HTTP Routing and CORS Handling in Synapse Go

2025-04-30 Thread Thisara Weerakoon
Hi all, As part of the effort to rewrite the Synapse mediation engine in Go, I have been exploring suitable HTTP routing packages to handle the core routing functionalities. The key requirements identified for this include: 1. Support for method-specific routing (e.g., GET, POST). 2.

Proposal for Virtual File System Package in Synapse Go

2025-04-30 Thread Thisara Weerakoon
Hi all, As part of the effort to rewrite the Synapse mediation engine in Go, I've been exploring options for handling file-related operations within the file inbound endpoint. In the current Java implementation of Apache Synapse, the Apache Commons VFS