Skip to content

Commit

Permalink
remove outbox store
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Mar 7, 2024
1 parent 486ab70 commit 4efbbe3
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 1,820 deletions.
12 changes: 0 additions & 12 deletions docs/pages/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ You can:
* Create and delete `databases`
* Create, update and delete `schemas`
* Manage `projections`
* Consume `outbox` messages

## Database commands

Expand Down Expand Up @@ -45,17 +44,6 @@ To manage your projectors there are the following cli commands.

You can find out more about projections [here](projection.md).

## Outbox commands

Interacting with the outbox store is also possible via the cli.

* OutboxInfoCommand: `event-sourcing:outbox:info`
* OutboxConsumeCommand: `event-sourcing:outbox:consume`

!!! note

You can find out more about outbox [here](outbox.md).

## Inspector commands

The inspector is a tool to inspect the event streams.
Expand Down
93 changes: 0 additions & 93 deletions src/Console/Command/OutboxConsumeCommand.php

This file was deleted.

52 changes: 0 additions & 52 deletions src/Console/Command/OutboxInfoCommand.php

This file was deleted.

55 changes: 0 additions & 55 deletions src/EventBus/Serializer/EventSerializerMessageSerializer.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/EventBus/Serializer/MessageSerializer.php

This file was deleted.

41 changes: 0 additions & 41 deletions src/EventBus/Serializer/PhpNativeMessageSerializer.php

This file was deleted.

Loading

0 comments on commit 4efbbe3

Please sign in to comment.