Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9373f99
refactored service dicsovery text
Jun 16, 2022
ca6ba65
Elaborated the example
Jun 16, 2022
ffafef7
Added link to ZNode
Jun 16, 2022
8408dc6
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 20, 2022
6e62361
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 20, 2022
d95a87f
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 20, 2022
b26319a
more/different text
Jun 20, 2022
14116d3
Merge branch 'main' into service-discovery-refactoring
fhennig Jun 23, 2022
7834dca
New text
Jun 23, 2022
9dc8734
Merge branch 'service-discovery-refactoring' of github.com:stackablet…
Jun 23, 2022
2af33e8
Minor changes
Jun 23, 2022
58b1700
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 23, 2022
be6b4b8
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 23, 2022
8c52c34
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 23, 2022
5b2ce08
Update modules/contributor/pages/service_discovery.adoc
fhennig Jun 23, 2022
c8df4dc
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 23, 2022
3fbb2e5
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 23, 2022
fa22a41
Changes
Jun 23, 2022
f339938
Added link to druid
Jun 23, 2022
3414f01
small change
Jun 23, 2022
3625c37
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 23, 2022
80a0fe6
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 23, 2022
9d41ce3
Update modules/concepts/pages/service_discovery.adoc
fhennig Jun 23, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update modules/concepts/pages/service_discovery.adoc
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
  • Loading branch information
fhennig and razvan authored Jun 23, 2022
commit 3fbb2e551294194b8c63f5f82a462c2f15c34fa1
2 changes: 1 addition & 1 deletion modules/concepts/pages/service_discovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Products on the Stackable platform can, and in some cases must be connected with each other to run correctly. Some products are fundamental to the platform while others depend on them. For example, a NiFi cluster requires a ZooKeeper connection to run in distributed mode. Other products can optionally be connected with each other for better data flow. For example Trino does not store the query data it's self, instead it interfaces with other applications to get access to it. The Stackable platform uses _service discovery_ to enable users and operators to easily connect different products together. There are three types of uses for the service discovery mechanism:

* A Stackable operated product instance requires a connection to another product to run. For example: NiFi requires a ZooKeeper to run.
* Interoperability between products on the Stackable platform.
* You want to connect non-Stackable operated software to a Stackable operated product instance. For example: You wrote your own analytics tool and want to read data from Trino.
* You want to offer a product instance not operated with a Stackable operator as a dependency to Stackable operated product instances. For example: You already run a Druid cluster and want to connect it to a Superset instance operated with a Stackable operator.

Expand Down