Ayesh Almeida

Results 18 comments of Ayesh Almeida

Have to deprioritize this work due to a customer POC. Hence, update the milestone for the task completion.

As a workaround we can add following configuration to the `Cloud.toml` and build the docker image. ```toml [settings] thinJar = false ```

@Nuvindu better to link this to a gitissue and update the changelog. Also lets add a sample code for this PR.

@jbonofre @jbertram highly appreciate your support to get this PR merged.

@hobbyquaker highly appreciate your review on this.

@gimantha As per the Ballerina spec, the `anydata` type includes [1] ``` () | boolean | int | float | decimal | string | xml | regexp:RegExp | anydata[] |...

Currently, the Azure WebSubHub system utilizes the revised topic architecture but has not yet implemented a NoSQL database-based setup for state management. As a result, the persisted state snapshot may...

@Nuvindu I understand `anydata[]` is a too generic of a data-type. But ideally the code should not break because of that.