yami12376

Results 4 issues of yami12376

Hey, I am wondering is it better approach to use packaging by feature instead of packaging by layers using DDD. In what direction your example packaging expand in the future?...

I tried to start basic saga - but i did not find how to start it. In documentation: https://eventuate.io/docs/manual/eventuate-tram/latest/getting-started-eventuate-tram-sagas.html#getting-started-tram-sagas I see: > Creating an saga orchestrator > The OrderService creates...

` cat /proc/version` `Linux version 4.15.0-88-generic (buildd@lgw01-amd64-036) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020` Full output of two commands from readme on github: ```...

https://github.com/howtographql/graphql-java/blob/master/src/main/java/com/howtographql/hackernews/GraphQLEndpoint.java ``` public GraphQLEndpoint() { super(buildSchema()); } ``` Currently, the buildSchema of SimpleGraphQLServlet is private - this code does not work.