From 9b5a2837fd0a90097e5eb211807fb168e3fbe8ab Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 1 Dec 2023 13:06:10 -0600 Subject: [PATCH] Update samples README.adoc --- spring-pulsar-sample-apps/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-pulsar-sample-apps/README.adoc b/spring-pulsar-sample-apps/README.adoc index e3ac5358..e94f3128 100644 --- a/spring-pulsar-sample-apps/README.adoc +++ b/spring-pulsar-sample-apps/README.adoc @@ -19,7 +19,7 @@ To build the applications simply execute the following command from the `spring- * The components have all been built by following the <> steps. * Apache Pulsar standalone cluster available at `pulsar://localhost:6650` -TIP: The included link:../tools/pulsar/docker/README.adoc#_start_pulsar[Pulsar tools] can be used to easily start a standalone cluster locally on the required coordinates +TIP: Some samples (those w/ a `compose.yaml` file) include Docker Compose support and will automatically start the Pulsar cluster. For the other sample apps the included link:../tools/pulsar/docker/README.adoc#_start_pulsar[Pulsar tools] can be used to easily start a standalone cluster locally on the required coordinates. **** === Steps