Commit ffd0c150 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common - Kafka tools:

- Added NBI_SOCKETIO_WORKERS channel
parent 312f7036
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ class KafkaTopic(Enum):
    ANALYTICS_RESPONSE   = 'topic_analytics_response'
    VNTMANAGER_REQUEST   = 'topic_vntmanager_request' 
    VNTMANAGER_RESPONSE  = 'topic_vntmanager_response'
    NBI_SOCKETIO_WORKERS = 'tfs-nbi-socketio'

    @staticmethod
    def create_all_topics() -> bool: