Skip to content

Commit

Permalink
Removing transactional transport as need completely reworking and is …
Browse files Browse the repository at this point in the history
…unreliable. See #4
  • Loading branch information
adamcharnock committed May 29, 2019
1 parent 899e9b5 commit 9499e0c
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 1,458 deletions.
4 changes: 0 additions & 4 deletions lightbus/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ class ApisMustUseSameTransport(LightbusException):
pass


class ApisMustUseTransactionalTransport(LightbusException):
pass


class OnlyAvailableOnRootNode(LightbusException):
pass

Expand Down
1 change: 0 additions & 1 deletion lightbus/transports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
RedisEventTransport,
RedisSchemaTransport,
)
from .transactional import TransactionalEventTransport
3 changes: 0 additions & 3 deletions lightbus/transports/transactional/__init__.py

This file was deleted.

123 changes: 0 additions & 123 deletions lightbus/transports/transactional/context.py

This file was deleted.

223 changes: 0 additions & 223 deletions lightbus/transports/transactional/databases.py

This file was deleted.

Loading

0 comments on commit 9499e0c

Please sign in to comment.