Skip to content

Commit 20636aa

Browse files
committed
Cleanups unused code and documentation.
1 parent c6123e7 commit 20636aa

2 files changed

Lines changed: 0 additions & 73 deletions

File tree

packages/microservices/constants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ export const KAFKA_DEFAULT_BROKER = 'localhost:9092';
99

1010
export const CONNECT_EVENT = 'connect';
1111
export const DISCONNECT_EVENT = 'disconnect';
12-
export const DISCONNECTED_EVENT = 'disconnected';
1312
export const MESSAGE_EVENT = 'message';
1413
export const DATA_EVENT = 'data';
1514
export const ERROR_EVENT = 'error';
1615
export const CLOSE_EVENT = 'close';
1716
export const SUBSCRIBE = 'subscribe';
1817
export const CANCEL_EVENT = 'cancelled';
19-
export const READY_EVENT = 'ready';
2018

2119
export const PATTERN_METADATA = 'microservices:pattern';
2220
export const CLIENT_CONFIGURATION_METADATA = 'microservices:client';

packages/microservices/kafka-design.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)