Fernando Ultremare
Fernando Ultremare
Hi! We're starting a new major version of the API. If you have any suggestions about the API or any kind of cleanup, feel free to add as comment.
Right now, we can't create a generic hook for a generic base class like this: ``` java public abstract class BaseAggregator { } ``` ``` java public class BaseHook extends...
I'm thinking about adding GraphQL support. I'd like to hear some of your thoughts on it, feel free to criticize. The idea is to keep both the REST and GraphQL...
Allow a way to specify automatically sharding size to improve Pipe performance: ``` java public int getShards() ```
To avoid extra processing costs due tasks that are running and being rolled back by contention, it would be nice to have a way to spread (over time) pipes to...
If an entity id was created before we set the flag shuffle at the `@Id` annotation to true, yawp won't be able to unshuffle its id properly (because it is...
I think it maybe useful to people that are starting using the framework to have a complete webapp demo or even a maven archetype that have all things wired.