Skip to content

Instantly share code, notes, and snippets.

@laur3d
Created October 20, 2023 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laur3d/80f96136ce7de5f6a1676e52e218c296 to your computer and use it in GitHub Desktop.
Save laur3d/80f96136ce7de5f6a1676e52e218c296 to your computer and use it in GitHub Desktop.
// connector 1
"In": [
{
"Name": "ai.flowx.connectordb2.workshop.in.v1", // changed
"Partitions": 1,
"ReplicationFactor": 1,
"ProcessingThreads": 1,
"WorkerThreads": 2
}
],
"Out": [
{
"Name": "ai.flowx.updates.connectordb2.workshop.out.v1", // changed
"Partitions": 1,
"ReplicationFactor": 1
}
]
// connector 2
"In": [
{
"Name": "ai.flowx.connectorfiles.workshop.in.v1", //changed
"Partitions": 1,
"ReplicationFactor": 1,
"ProcessingThreads": 1,
"WorkerThreads": 2
}
],
"Out": [
{
"Name": "ai.flowx.updates.connectorfiles.workshop.out.v1", //changed
"Partitions": 1,
"ReplicationFactor": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment