Code Monkey home page Code Monkey logo

netcoremicroservicessample's People

Contributors

jbonnett92 avatar madslundt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

netcoremicroservicessample's Issues

[QUESTION] EventRouting for CQRS

perhaps I have not interpreted this correctly... but .... when the aggregates create a new event... is this send to rabbit to ? I have the issue that i get dublicate PK exception on the MSSql Datatbase becauase of the event is triggered more than once...

im not sure, in an other question you wrote me that every event makes a full circle ( in my mind i think rabbit is mentioned with this)

[QUESTION] projections and snapshot

when i go step by step trought the code i see the lines in EventStore.cs where you touch the projections and snapshot... But i have no idea what this code does at the end...
Maybe you can explain this two things ???? i really like the solution and i want better understanding it
image

Confusing after update mac OS bigSure

I using a Mac with updated MacOs BigSure... Docker installed and latest version of the code... so on...

I have used the Code 2 oder 3 Months befor and it works... now i have messages in the outbox from the userservice... and marked as processed... but rabbit does not show any any of them...

The Exchange and Queues where created... but the messages does not routed to the queue...

Can anyone help to sort out the problem ??? im over confused about this behavior....

Thanks in advanced...

[QUESTION] How would you manage authentication/authorization?

Hi!
I really appreciate your work on this project.
I would like to ask you something, how would you handle authentication in this type of architecture?

Like an IdentityServer or a microservice delegated to authentication (implementing also AspNetIdentity Core)?

Thanks in advance

[IMPROVEMENT IDEA] Outbox as Filebased Database

Why dont use Filebased Database for Outbox? It can run on the same container and is ultra lightweight. I think of https://www.litedb.org/ or something simillar... what do you think ? The idea is to be nearest as possible to the publishing service and i think you can save one "DB Engine" instance per service ( minimize the possible sources of errors )

Data Model

Am unable to run the project, because there is a missing class library called DataModel in the movies,reviews and user services

Outbox and EventStore switch to Efcore Issues

With the Outbox and EventStore setup in the appsettings, when i change the type from mogo to ef, all the service keeps failing. After debugging through i realized that the dbContextOption appears null in both the EventStoresExtensions and OutboxExtensions.
ef_error

[QUESTION] Testing

Have you an Example for Testing the Solution with UTests? Itryed it but hangs by Mocking Database and MediatR purposes ( Rabbit also )

How does an event get transmitted across process boundaries?

Perhaps I just haven't looked good enough, but as far as I can see, the Outbox and the EventStore writes to a database, then an eventlistener is called, but how is one service able to notify another service (which runs completely separate)? I can see that one can choose to use RabbitMQ, but isn't that in-memory/in-process as well?

API Gateway issue

Hi,
The API Gateway keeps failing...
Screenshot 2020-08-31 at 07 13 27

It appears that it isn't able to discover the Consul service.
Any ideas what the issue is?

Thanks,
Jamie

Feature request: Tests

The project is great, and I would really like to see how to implement unit, integration and e2e tests in that system.
Because it's hard to find a god showcase project, that explains how to test such system in a proper way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.