Git Product home page Git Product logo

Comments (1)

jetbasrawi avatar jetbasrawi commented on June 25, 2024 1

Hi @YamiOdymel

I have done some testing of this and the types are supported. The problem that occurs here is that you are not specifying an event type in your call to NewEvent().

Although the NewEvent method will infer the eventType from the name of the type provided, this was intended to work with events represented as structs such as OrderAddedEvent or CustomerNameChangedEvent. Because you are using maps here, the name of the type derived is an empty string and so the request to the EventStore server is a bad request.

If you provide an eventType it will work. I do not understand your use case here but it seems strange that you would not have an eventType name for these events to be useful in your domain.

I will need to think about what to do about the fact that the NewEvent method can be misused in this way.

Thanks for highlighting this.

from go.geteventstore.

Related Issues (8)

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.