Activities of "logix.technology"

I publish a distributed event bus with transactional event in/outbox pattern I configure the event inbox and outbox the same the documentation into my dbcontext

Problems: No records are inserted into the EventBox table, but the event handler still receives the event notification.

When I produce a message from the UI to Apache Kafka, my service successfully consumes the message and inserts it into the EventInbox table. However, when my service publishes a message, it is not inserted into the EventOutbox table. Despite this, other services are still able to consume the message from Kafka.

Expected Behavior: Messages produced by my service should be recorded in the EventOutbox table before being published to Kafka.

Observed Behavior: The message is successfully published and consumed by other services. However, the EventOutbox table does not contain the published message

  • ABP Framework version: v9.0.2
  • UI Type: Blazor Server
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: N/A
  • Steps to reproduce the issue: Publish a distributed event bus
Showing 1 to 1 of 1 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10