Skip to content

Commit

Permalink
WSIO-455 Update StreamX connector to the version supporting multitenancy
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljozwicki committed May 16, 2024
1 parent 666f2fe commit 4097a0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions distribution/src/main/features/streamx.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,14 @@
"dev.streamx.sling.connector.impl.StreamxPublicationServiceImpl": {
"enabled": "$[env:STREAMX_PUBLICATION_ENABLE;default=false]"
},
"dev.streamx.sling.connector.impl.StreamxClientFactoryImpl": {
"streamxUrl": "$[env:STREAMX_REST_INGESTION_HOST;default=http://localhost:8080]",
"authToken": "$[env:STREAMX_REST_INGESTION_AUTH_TOKEN;default=;type=String]"
"dev.streamx.sling.connector.impl.StreamxClientConfigImpl~puresight": {
"name": "puresight",
"streamxUrl": "$[env:PURESIGHT_STREAMX_REST_INGESTION_HOST;default=http://localhost:8080]",
"authToken": "$[env:PURESIGHT_STREAMX_REST_INGESTION_AUTH_TOKEN;default=;type=String]",
"resourcePathPatterns": [
"/.*/puresight/.*",
"/.*/kyanite/.*"
]
}
},
"repoinit:TEXT|true": "@file"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<!-- StreamX -->
<streamx.ingestion-client.version>0.0.12</streamx.ingestion-client.version>
<streamx.connector.sling.version>0.0.5</streamx.connector.sling.version>
<streamx.connector.sling.version>0.1.0</streamx.connector.sling.version>
<streamx.connector.websight.version>0.0.2</streamx.connector.websight.version>
</properties>

Expand Down

0 comments on commit 4097a0c

Please sign in to comment.