Skip to content

[feat] HTTP-based IEventBus implementation for integration event bus #121

Open
@ikesnowy

Description

@ikesnowy

Is your feature request related to a problem? Please describe.

Offers a HTTP-based IEventBus implementation for testing or development, offers a second option for critical service.

Describe the solution you'd like

HttpEventBus would try to send integration event directly through API call.

builder.AddCqrs().AddHttpEventBus(o => o.Publish<TestIntegrationEvent>().To(uri).To(uri2));

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions