Ah, OK
.
I believe GAE also has restriction on the use of threads. Does Axon (a
lot of) use threads for aynchronous event processing?
I believe Axon and GAE could be a very good match and I do not want to
make my own CQRS implementation specifically for GAE. I'll start
hacking with Axon soon and let you know my findings :D
regards,
Freek
On Nov 9, 5:22 pm, Allard Buijze <
bui...@gmail.com> wrote:
> Hi Freek,
>
> interesting case. To be honest, I haven't tried yet. Most of the features in
> Axon don't use any of the GAE restricted API's. The Axon annotation support
> does use reflection, which is restricted in GAE. I am not sure to what
> extent, though.
>
> According to the GAE expert here, it should be fairly simple to create an
> event store implementation on Google's BigTable. The Event Store interface
> is pretty simple to implement.
>
> Cheers,
>
> Allard
>