|
|
@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
from . import _Confluent
|
|
|
|
from . import _Confluent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class _Streaming(_Confluent):
|
|
|
|
class _Streaming(_Confluent):
|
|
|
|
_type = "streaming"
|
|
|
|
_type = "streaming"
|
|
|
|
_icon_dir = "resources/confluent/streaming"
|
|
|
|
_icon_dir = "resources/confluent/streaming"
|
|
|
@ -10,10 +9,9 @@ class _Streaming(_Confluent):
|
|
|
|
|
|
|
|
|
|
|
|
class Confluent(_Streaming):
|
|
|
|
class Confluent(_Streaming):
|
|
|
|
_icon = "confluent.png"
|
|
|
|
_icon = "confluent.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Ksql(_Streaming):
|
|
|
|
class Ksql(_Streaming):
|
|
|
|
_icon = "ksql.png"
|
|
|
|
_icon = "ksql.png"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Aliases
|
|
|
|
# Aliases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{'Ksql': 'KsqlDB'} = ksql
|