|
@@ -19,7 +19,7 @@ export const connectorsServerPayload = [
|
|
name: 'hdfs-source-connector',
|
|
name: 'hdfs-source-connector',
|
|
connector_class: 'FileStreamSource',
|
|
connector_class: 'FileStreamSource',
|
|
type: ConnectorType.SOURCE,
|
|
type: ConnectorType.SOURCE,
|
|
- topics: ['test-topic'],
|
|
|
|
|
|
+ topics: ['a', 'b', 'c'],
|
|
status: {
|
|
status: {
|
|
state: ConnectorTaskStatus.RUNNING,
|
|
state: ConnectorTaskStatus.RUNNING,
|
|
workerId: 1,
|
|
workerId: 1,
|
|
@@ -48,7 +48,7 @@ export const connectors: FullConnectorInfo[] = [
|
|
name: 'hdfs-source-connector',
|
|
name: 'hdfs-source-connector',
|
|
connectorClass: 'FileStreamSource',
|
|
connectorClass: 'FileStreamSource',
|
|
type: ConnectorType.SOURCE,
|
|
type: ConnectorType.SOURCE,
|
|
- topics: ['test-topic'],
|
|
|
|
|
|
+ topics: ['a', 'b', 'c'],
|
|
status: {
|
|
status: {
|
|
state: ConnectorState.RUNNING,
|
|
state: ConnectorState.RUNNING,
|
|
},
|
|
},
|
|
@@ -75,7 +75,7 @@ export const failedConnectors: FullConnectorInfo[] = [
|
|
name: 'hdfs-source-connector',
|
|
name: 'hdfs-source-connector',
|
|
connectorClass: 'FileStreamSource',
|
|
connectorClass: 'FileStreamSource',
|
|
type: ConnectorType.SOURCE,
|
|
type: ConnectorType.SOURCE,
|
|
- topics: ['test-topic'],
|
|
|
|
|
|
+ topics: ['a', 'b', 'c'],
|
|
status: {
|
|
status: {
|
|
state: ConnectorState.FAILED,
|
|
state: ConnectorState.FAILED,
|
|
},
|
|
},
|
|
@@ -87,7 +87,7 @@ export const failedConnectors: FullConnectorInfo[] = [
|
|
name: 'hdfs2-source-connector',
|
|
name: 'hdfs2-source-connector',
|
|
connectorClass: 'FileStreamSource',
|
|
connectorClass: 'FileStreamSource',
|
|
type: ConnectorType.SINK,
|
|
type: ConnectorType.SINK,
|
|
- topics: ['test-topic'],
|
|
|
|
|
|
+ topics: ['a', 'b', 'c'],
|
|
status: {
|
|
status: {
|
|
state: ConnectorState.FAILED,
|
|
state: ConnectorState.FAILED,
|
|
},
|
|
},
|