| Products | Versions |
|---|---|
| TIBCO Streaming | 10.x |
How can I run multiple StreamBase fragments in the same cluster?
EventFlowDeployment = {
modules = [
{
moduleName = "com.example.modules.Module1"
containerName = "containerA"
}
{
moduleName = "com.example.modules.Module2"
containerName = "containerB"
}
]
}
Refer to the attached sample project set for a working sample (created with SB 10.3.0).