WSO2 EI Tooling Missing Config Apps After Rename ArtifactI met an issue recently on WSO2 Integration Studio after I renamed one of my API. After renaming, it disappeared from the Composite Exporter application. To be clear, I could not see the below file-processing-configs application After an hour try to...Nov 8, 2023·1 min read
Configure WSO2 API Manager to use policiesThis is applied for WSO2 API Management 4.1.0 Update the file deployment.toml following portion: [apim.throttling] enable_policy_deploy = true Restart the API Management instance, then try to attach a particular policy such as add a certain header in...Jul 29, 2022·1 min read
Workflow engine and microservice asynchronous interaction with Kafka ConnectOverview about situation Imagine we are building a microservices system with BPMN workflow engine (Camunda Zeebe) at the heart for service orchestration. The system is completely event-driven, so we are going to put kafka into the picture acting as a...Mar 28, 2022·2 min read
WSO2 MI - Use encrypted secret with secure vaultAccess the secrets From synapse artifact To access the secret as decrypted format, use vault lookup syntax as below <log level="custom"> <property expression="wso2:vault-lookup('ALIAS')" name="propertyName"/> </log> The parameters: ALIAS The ali...Mar 14, 2022·2 min read