From c39502ecb5c404bc82a7102eae90f11bdb2b1595 Mon Sep 17 00:00:00 2001 From: Francisco Lopez-Sancho Date: Wed, 11 Sep 2024 04:37:29 +0700 Subject: [PATCH 1/2] chore: validating links in docs and samples --- .../developing/pages/development-process-proto.adoc | 6 +++--- .../src/modules/java-protobuf/pages/project-template.adoc | 4 ++-- .../pages/quickstart/cr-value-entity-java.adoc | 4 ++-- .../pages/quickstart/cr-value-entity-kafka-java.adoc | 6 +++--- .../pages/quickstart/cr-value-entity-scala.adoc | 6 +++--- .../pages/quickstart/cr-value-entity-views-java.adoc | 4 ++-- .../pages/quickstart/sc-eventsourced-entity-java.adoc | 4 ++-- docs/src/modules/java-protobuf/partials/pubsub-note.adoc | 2 +- docs/src/modules/java/pages/development-process.adoc | 6 +++--- docs/src/modules/java/pages/getting-started.adoc | 4 ++-- docs/src/modules/java/pages/index.adoc | 4 ++-- .../modules/java/pages/quickstart/package-and-deploy.adoc | 4 ++-- docs/src/modules/java/partials/pubsub-note.adoc | 2 +- .../src/main/resources/archetype-resources/README.md | 8 ++++---- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/README.md | 8 ++++---- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/README.md | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/README.md | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../README.md | 4 ++-- .../pom.xml | 2 +- .../java-protobuf-customer-registry-quickstart/README.md | 4 ++-- .../java-protobuf-customer-registry-quickstart/pom.xml | 2 +- .../README.md | 4 ++-- .../pom.xml | 2 +- samples/java-protobuf-doc-snippets/pom.xml | 2 +- samples/java-protobuf-eventsourced-counter/README.md | 4 ++-- samples/java-protobuf-eventsourced-counter/pom.xml | 2 +- .../pom.xml | 2 +- .../java-protobuf-eventsourced-customer-registry/pom.xml | 2 +- .../java-protobuf-eventsourced-shopping-cart/README.md | 2 +- samples/java-protobuf-eventsourced-shopping-cart/pom.xml | 2 +- samples/java-protobuf-fibonacci-action/README.md | 2 +- samples/java-protobuf-fibonacci-action/pom.xml | 2 +- samples/java-protobuf-first-service/README.md | 4 ++-- samples/java-protobuf-first-service/pom.xml | 2 +- samples/java-protobuf-reliable-timers/README.md | 2 +- samples/java-protobuf-reliable-timers/pom.xml | 2 +- samples/java-protobuf-replicatedentity-examples/pom.xml | 2 +- .../README.md | 2 +- .../java-protobuf-replicatedentity-shopping-cart/pom.xml | 2 +- samples/java-protobuf-shopping-cart-quickstart/README.md | 4 ++-- samples/java-protobuf-shopping-cart-quickstart/pom.xml | 2 +- samples/java-protobuf-tracing/README.md | 6 +++--- samples/java-protobuf-tracing/pom.xml | 2 +- .../README.md | 4 ++-- .../java-protobuf-transfer-workflow-compensation/pom.xml | 2 +- samples/java-protobuf-transfer-workflow/README.md | 4 ++-- samples/java-protobuf-transfer-workflow/pom.xml | 2 +- samples/java-protobuf-valueentity-counter/README.md | 2 +- samples/java-protobuf-valueentity-counter/pom.xml | 2 +- .../java-protobuf-valueentity-customer-registry/pom.xml | 2 +- samples/java-protobuf-valueentity-shopping-cart/README.md | 2 +- samples/java-protobuf-valueentity-shopping-cart/pom.xml | 2 +- samples/java-protobuf-view-store/README.md | 6 +++--- samples/java-protobuf-view-store/pom.xml | 2 +- samples/java-protobuf-web-resources/README.md | 2 +- samples/java-protobuf-web-resources/pom.xml | 2 +- .../java-spring-choreography-saga-quickstart/README.md | 4 ++-- samples/java-spring-choreography-saga-quickstart/pom.xml | 2 +- .../java-spring-customer-registry-quickstart/README.md | 4 ++-- samples/java-spring-customer-registry-quickstart/pom.xml | 2 +- .../README.md | 4 ++-- .../pom.xml | 2 +- samples/java-spring-doc-snippets/pom.xml | 2 +- samples/java-spring-eventsourced-counter/README.md | 4 ++-- samples/java-spring-eventsourced-counter/pom.xml | 2 +- .../pom.xml | 2 +- .../java-spring-eventsourced-customer-registry/README.md | 4 ++-- .../java-spring-eventsourced-customer-registry/pom.xml | 2 +- samples/java-spring-eventsourced-shopping-cart/README.md | 4 ++-- samples/java-spring-eventsourced-shopping-cart/pom.xml | 2 +- samples/java-spring-fibonacci-action/README.md | 4 ++-- samples/java-spring-fibonacci-action/pom.xml | 2 +- samples/java-spring-reliable-timers/README.md | 4 ++-- samples/java-spring-reliable-timers/pom.xml | 2 +- samples/java-spring-shopping-cart-quickstart/README.md | 4 ++-- samples/java-spring-shopping-cart-quickstart/pom.xml | 2 +- samples/java-spring-tracing/README.md | 2 +- samples/java-spring-tracing/pom.xml | 2 +- .../java-spring-transfer-workflow-compensation/README.md | 4 ++-- .../java-spring-transfer-workflow-compensation/pom.xml | 2 +- samples/java-spring-transfer-workflow/README.md | 4 ++-- samples/java-spring-transfer-workflow/pom.xml | 2 +- samples/java-spring-valueentity-counter/README.md | 4 ++-- samples/java-spring-valueentity-counter/pom.xml | 2 +- .../java-spring-valueentity-customer-registry/README.md | 4 ++-- samples/java-spring-valueentity-customer-registry/pom.xml | 2 +- samples/java-spring-valueentity-shopping-cart/README.md | 4 ++-- samples/java-spring-valueentity-shopping-cart/pom.xml | 2 +- samples/java-spring-view-store/README.md | 2 +- samples/java-spring-view-store/pom.xml | 2 +- .../scala-protobuf-customer-registry-quickstart/README.md | 4 ++-- .../scala-protobuf-customer-registry-quickstart/build.sbt | 2 +- samples/scala-protobuf-doc-snippets/build.sbt | 2 +- samples/scala-protobuf-eventsourced-counter/README.md | 2 +- samples/scala-protobuf-eventsourced-counter/build.sbt | 2 +- .../build.sbt | 2 +- .../README.md | 4 ++-- .../build.sbt | 2 +- .../scala-protobuf-eventsourced-shopping-cart/README.md | 2 +- .../scala-protobuf-eventsourced-shopping-cart/build.sbt | 2 +- samples/scala-protobuf-fibonacci-action/README.md | 2 +- samples/scala-protobuf-fibonacci-action/build.sbt | 2 +- samples/scala-protobuf-first-service/README.md | 4 ++-- samples/scala-protobuf-first-service/build.sbt | 2 +- samples/scala-protobuf-reliable-timers/README.md | 2 +- samples/scala-protobuf-reliable-timers/build.sbt | 2 +- .../scala-protobuf-replicatedentity-examples/build.sbt | 2 +- .../README.md | 4 ++-- .../build.sbt | 2 +- samples/scala-protobuf-tracing/README.md | 6 +++--- samples/scala-protobuf-tracing/build.sbt | 2 +- .../README.md | 2 +- .../build.sbt | 2 +- samples/scala-protobuf-transfer-workflow/README.md | 2 +- samples/scala-protobuf-transfer-workflow/build.sbt | 2 +- samples/scala-protobuf-validated/README.md | 2 +- samples/scala-protobuf-validated/build.sbt | 2 +- samples/scala-protobuf-valueentity-counter/README.md | 2 +- samples/scala-protobuf-valueentity-counter/build.sbt | 2 +- .../README.md | 2 +- .../build.sbt | 2 +- .../scala-protobuf-valueentity-shopping-cart/README.md | 4 ++-- .../scala-protobuf-valueentity-shopping-cart/build.sbt | 2 +- samples/scala-protobuf-view-store/README.md | 2 +- samples/scala-protobuf-view-store/build.sbt | 2 +- samples/scala-protobuf-web-resources/README.md | 2 +- samples/scala-protobuf-web-resources/build.sbt | 2 +- 131 files changed, 187 insertions(+), 187 deletions(-) diff --git a/docs/src/modules/developing/pages/development-process-proto.adoc b/docs/src/modules/developing/pages/development-process-proto.adoc index 95ed6c68e0..fd25d0d647 100644 --- a/docs/src/modules/developing/pages/development-process-proto.adoc +++ b/docs/src/modules/developing/pages/development-process-proto.adoc @@ -72,7 +72,7 @@ It is good practice to write unit tests as you implement your services. The kick == Package service Use Docker to package your service and any of its dependencies. -See https://docs.kalix.io/projects/container-registries.html[Configuring registries] for more information. +See https://docs.kalix.io/operations/container-registries.html[Configuring registries] for more information. [#_run_locally] @@ -85,5 +85,5 @@ You can test and debug your services by xref:java-protobuf:running-locally.adoc[ After testing locally, deploy your service to Kalix using the CLI or the Console. The following pages provide information about deployment: -* https://docs.kalix.io/projects/index.html[Working with Kalix projects] -* https://docs.kalix.io/services/deploy-service.html#_deploy[Deploying a packaged service] \ No newline at end of file +* https://docs.kalix.io/operations/index.html[Working with Kalix projects] +* https://docs.kalix.io/operations/deploy-service.html#_deploy[Deploying a packaged service] \ No newline at end of file diff --git a/docs/src/modules/java-protobuf/pages/project-template.adoc b/docs/src/modules/java-protobuf/pages/project-template.adoc index b7b25f51ee..b838ad58c5 100644 --- a/docs/src/modules/java-protobuf/pages/project-template.adoc +++ b/docs/src/modules/java-protobuf/pages/project-template.adoc @@ -27,9 +27,9 @@ Before running the code generation tools, make sure you have the following: To deploy the Kalix service, you need: * A https://console.kalix.io[Kalix account] -* A https://docs.kalix.io/projects/create-project.html[Kalix project] +* A https://docs.kalix.io/operations/create-project.html[Kalix project] * The https://docs.kalix.io/kalix/install-kalix.html[Kalix CLI (kalix)] -* A configured registry in which to publish the service container image. Refer to https://docs.kalix.io/projects/container-registries.html[Configuring registries] for more information on how to make your Docker registry available to Kalix. +* A configured registry in which to publish the service container image. Refer to https://docs.kalix.io/operations/container-registries.html[Configuring registries] for more information on how to make your Docker registry available to Kalix. :sectnums: diff --git a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-java.adoc b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-java.adoc index e593ded2df..202d168ced 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-java.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-java.adoc @@ -197,7 +197,7 @@ include::example$java-protobuf-customer-registry-quickstart/src/main/java/custom To build and publish the container image and then deploy the service, follow these steps: -. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/projects/create-project.html[create your first project], and set this project as the default. +. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/operations/create-project.html[create your first project], and set this project as the default. + [source,command line] ---- @@ -212,7 +212,7 @@ mvn deploy kalix:deploy ---- include::partial$important-mvn-kalixdeploy.adoc[] -. You can https://docs.kalix.io/services/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: +. You can https://docs.kalix.io/operations/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: + [source,command line] ---- diff --git a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-kafka-java.adoc b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-kafka-java.adoc index 42e74ac606..bf24a5a54d 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-kafka-java.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-kafka-java.adoc @@ -21,7 +21,7 @@ Create a customer registry that includes publishing to Kafka. Package it into a ** Java {java-pb-version} or higher ** https://maven.apache.org/download.cgi[Maven {minimum_maven_version} or higher, window="new"] ** https://github.com/fullstorydev/grpcurl#installation[`grpcurl`, window="new"] -** Configure your project message broker to use Kafka and create the topic `customer_changes` by following the https://docs.kalix.io/projects/message-brokers.html[Configure message brokers] how-to. When setting the broker the configuration file you pass should be like `kafka/my-dev.kafka.properties` that you can find in this project. +** Configure your project message broker to use Kafka and create the topic `customer_changes` by following the https://docs.kalix.io/operations/message-brokers.html[Configure message brokers] how-to. When setting the broker the configuration file you pass should be like `kafka/my-dev.kafka.properties` that you can find in this project. [NOTE] ==== @@ -120,7 +120,7 @@ include::example$java-protobuf-customer-registry-kafka-quickstart/src/main/java/ To build and publish the container image and then deploy the service, follow these steps: -. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/projects/create-project.html[create your first project], and set this project as the default. +. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/operations/create-project.html[create your first project], and set this project as the default. + ---- kalix auth login @@ -134,7 +134,7 @@ mvn deploy kalix:deploy ---- include::partial$important-mvn-kalixdeploy.adoc[] -. You can https://docs.kalix.io/services/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: +. You can https://docs.kalix.io/operations/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: + ---- kalix service list diff --git a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-scala.adoc b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-scala.adoc index 76c66d32c0..6762206875 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-scala.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-scala.adoc @@ -214,21 +214,21 @@ To build and publish the container image and then deploy the service, follow the sbt Docker/publish -Ddocker.username=[your-docker-hub-username] ---- -. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/projects/create-project.html[create your first project], and set this project as the default. +. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/operations/create-project.html[create your first project], and set this project as the default. + [source,command line] ---- kalix auth login ---- -. https://docs.kalix.io/services/deploy-service.html#_deploy[Deploy the service] with the published container image from above: +. https://docs.kalix.io/operations/deploy-service.html#_deploy[Deploy the service] with the published container image from above: + [source,command line] ---- kalix service deploy ---- -. You can https://docs.kalix.io/services/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: +. You can https://docs.kalix.io/operations/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: + [source,command line] ---- diff --git a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc index 18fb2486d3..00b1edba45 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc @@ -106,7 +106,7 @@ This will result in a compilation error in the `Main` class. That is expected be To build and publish the container image and then deploy the service, follow these steps: -. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/projects/create-project.html[create your first project], and set this project as the default. +. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/operations/create-project.html[create your first project], and set this project as the default. + ---- kalix auth login @@ -120,7 +120,7 @@ mvn deploy kalix:deploy ---- include::partial$important-mvn-kalixdeploy.adoc[] -. You can https://docs.kalix.io/services/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: +. You can https://docs.kalix.io/operations/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: + ---- kalix service list diff --git a/docs/src/modules/java-protobuf/pages/quickstart/sc-eventsourced-entity-java.adoc b/docs/src/modules/java-protobuf/pages/quickstart/sc-eventsourced-entity-java.adoc index 2dd89aba4e..9bab4ab189 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/sc-eventsourced-entity-java.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/sc-eventsourced-entity-java.adoc @@ -257,7 +257,7 @@ The `src/main/java/shopping/cart/Main.java` file already contains the required c To build and publish the container image and then deploy the service, follow these steps: -. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/projects/create-project.html[create your first project], and set this project as the default. +. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/operations/create-project.html[create your first project], and set this project as the default. + ---- kalix auth login @@ -271,7 +271,7 @@ mvn deploy kalix:deploy ---- include::partial$important-mvn-kalixdeploy.adoc[] -. You can https://docs.kalix.io/services/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: +. You can https://docs.kalix.io/operations/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: + ---- kalix service list diff --git a/docs/src/modules/java-protobuf/partials/pubsub-note.adoc b/docs/src/modules/java-protobuf/partials/pubsub-note.adoc index bca9f5d072..afb6bb93c9 100644 --- a/docs/src/modules/java-protobuf/partials/pubsub-note.adoc +++ b/docs/src/modules/java-protobuf/partials/pubsub-note.adoc @@ -1,4 +1,4 @@ [NOTE] ==== -In the Protobuf descriptors, only topic names are referenced and no additional details about how to connect to the topics are needed. When deploying the application there must be a broker configuration in the Kalix project, with credentials and details on how connect to the broker. For details about configuring a broker see https://docs.kalix.io/projects/message-brokers.html[Configure message brokers] +In the Protobuf descriptors, only topic names are referenced and no additional details about how to connect to the topics are needed. When deploying the application there must be a broker configuration in the Kalix project, with credentials and details on how connect to the broker. For details about configuring a broker see https://docs.kalix.io/operations/message-brokers.html[Configure message brokers] ==== \ No newline at end of file diff --git a/docs/src/modules/java/pages/development-process.adoc b/docs/src/modules/java/pages/development-process.adoc index 2a69956815..9bb717c56f 100644 --- a/docs/src/modules/java/pages/development-process.adoc +++ b/docs/src/modules/java/pages/development-process.adoc @@ -78,7 +78,7 @@ integration tests. Please consult the component specific pages to learn more abo == Package service Use Docker to package your service and any of its dependencies. -See https://docs.kalix.io/projects/container-registries.html[Configuring registries] for more information. +See https://docs.kalix.io/operations/container-registries.html[Configuring registries] for more information. [#_run_locally] == Run locally @@ -90,5 +90,5 @@ You can test and debug your services by xref:running-locally.adoc[running them l After testing locally, deploy your service to Kalix using the CLI or the Console. The following pages provide information about deployment: -* https://docs.kalix.io/projects/index.html[Working with Kalix projects] -* https://docs.kalix.io/services/deploy-service.html#_deploy[Deploying a packaged service] +* https://docs.kalix.io/operations/index.html[Working with Kalix projects] +* https://docs.kalix.io/operations/deploy-service.html#_deploy[Deploying a packaged service] diff --git a/docs/src/modules/java/pages/getting-started.adoc b/docs/src/modules/java/pages/getting-started.adoc index 4fd42b3102..af10901bc0 100644 --- a/docs/src/modules/java/pages/getting-started.adoc +++ b/docs/src/modules/java/pages/getting-started.adoc @@ -23,9 +23,9 @@ Before you start, make sure you have the following: To deploy the Kalix service, you need: * A https://console.kalix.io[Kalix account] -* A https://docs.kalix.io/projects/create-project.html[Kalix project] +* A https://docs.kalix.io/operations/create-project.html[Kalix project] * The https://docs.kalix.io/kalix/install-kalix.html[Kalix CLI (kalix)] -* A configured registry in which to publish the service container image. Refer to https://docs.kalix.io/projects/container-registries.html[Configuring registries] for more information on how to make your Docker registry available to Kalix. +* A configured registry in which to publish the service container image. Refer to https://docs.kalix.io/operations/container-registries.html[Configuring registries] for more information on how to make your Docker registry available to Kalix. :sectnums: diff --git a/docs/src/modules/java/pages/index.adoc b/docs/src/modules/java/pages/index.adoc index 1847f8f67f..1263811b0a 100644 --- a/docs/src/modules/java/pages/index.adoc +++ b/docs/src/modules/java/pages/index.adoc @@ -8,7 +8,7 @@ The Java SDK provides a code-first approach to developing Kalix applications. Th When using the Kalix Java SDK, your services are exposed using traditional Spring REST annotations and serialization is backed by the ubiquitous Jackson library. -NOTE: If you're new to Kalix and the different types of entities that exist in a Kalix app, consider reading https://docs.kalix.io/services/programming-model.html#_what_is_a_kalix_service[this section] before continuing. +NOTE: If you're new to Kalix and the different types of entities that exist in a Kalix app, consider reading https://docs.kalix.io/concepts/programming-model.html#_what_is_a_kalix_service[this section] before continuing. == Prerequisites @@ -55,7 +55,7 @@ It's important to understand that interacting directly with a Kalix component is On the other hand, it is possible to inject non-Kalix classes into Kalix components. Any Spring bean defined in your application can be injected into a Kalix component. However, you must keep in mind that Kalix components can only receive other dependencies through constructor injection. -For more details on how Kalix manage state and distribution, consult the https://docs.kalix.io/services/programming-model.html[Programming model] page. +For more details on how Kalix manage state and distribution, consult the https://docs.kalix.io/concepts/programming-model.html[Programming model] page. === @Transactional diff --git a/docs/src/modules/java/pages/quickstart/package-and-deploy.adoc b/docs/src/modules/java/pages/quickstart/package-and-deploy.adoc index c1a8164a46..541c9f92c1 100644 --- a/docs/src/modules/java/pages/quickstart/package-and-deploy.adoc +++ b/docs/src/modules/java/pages/quickstart/package-and-deploy.adoc @@ -3,7 +3,7 @@ To build and publish the container image and then deploy the service, follow these steps: -. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/projects/create-project.html[create your first project], and set this project as the default. +. If you haven't done so yet, sign in to your Kalix account. If this is your first time using Kalix, this will let you register an account, https://docs.kalix.io/operations/create-project.html[create your first project], and set this project as the default. + [source,command line] ---- @@ -18,7 +18,7 @@ mvn deploy kalix:deploy ---- include::partial$important-mvn-kalixdeploy.adoc[] -. You can https://docs.kalix.io/services/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: +. You can https://docs.kalix.io/operations/deploy-service.html#_verify_service_status[verify the status of the deployed service] using: + [source,command line] ---- diff --git a/docs/src/modules/java/partials/pubsub-note.adoc b/docs/src/modules/java/partials/pubsub-note.adoc index 0edf560c51..b9f5507139 100644 --- a/docs/src/modules/java/partials/pubsub-note.adoc +++ b/docs/src/modules/java/partials/pubsub-note.adoc @@ -1,4 +1,4 @@ [NOTE] ==== -In the `Topic` annotation, only topic names are referenced and no additional details about how to connect to the topics are needed. When deploying the application there must be a broker configuration in the Kalix project, with credentials and details on how connect to the broker. For details about configuring a broker see https://docs.kalix.io/projects/message-brokers.html[Configure message brokers] +In the `Topic` annotation, only topic names are referenced and no additional details about how to connect to the topics are needed. When deploying the application there must be a broker configuration in the Kalix project, with credentials and details on how connect to the broker. For details about configuring a broker see https://docs.kalix.io/operations/message-brokers.html[Configure message brokers] ==== \ No newline at end of file diff --git a/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/README.md b/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/README.md index 7cb0922ba4..095127295e 100644 --- a/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/README.md +++ b/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/README.md @@ -9,7 +9,7 @@ While designing your service it is useful to read [designing services](https://d ## Developing ]]# This project has a bare-bones skeleton service ready to go, but in order to adapt and -extend it, it may be useful to read up on [developing services](https://docs.kalix.io/services/) +extend it, it may be useful to read up on [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java Protobuf SDK section](https://docs.kalix.io/java-protobuf/index.html) #[[ @@ -66,11 +66,11 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. -Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/projects/create-project.html). Once you have a project you can deploy your service into the project either +Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/operations/create-project.html). Once you have a project you can deploy your service into the project either by using `mvn deploy kalix:deploy` which will package, publish your docker image, and deploy your service to Kalix, or by first packaging and publishing the docker image through `mvn deploy` and -then [deploying the image through the `kalix` CLI](https://docs.kalix.io/services/deploy-service.html#_deploy). +then [deploying the image through the `kalix` CLI](https://docs.kalix.io/operations/deploy-service.html#_deploy). diff --git a/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/pom.xml b/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/pom.xml index d71a5cd945..34db87ca84 100644 --- a/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/pom.xml +++ b/maven-java/kalix-maven-archetype-event-sourced-entity/src/main/resources/archetype-resources/pom.xml @@ -16,7 +16,7 @@ #set( $D = '$' ) - + kcr.us-east-1.kalix.io acme ${package}.Main diff --git a/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/README.md b/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/README.md index 4b322eaaf2..37b3b3f867 100644 --- a/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/README.md +++ b/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/README.md @@ -9,7 +9,7 @@ While designing your service it is useful to read [designing services](https://d ## Developing ]]# This project has a bare-bones skeleton service ready to go, but in order to adapt and -extend it, it may be useful to read up on [developing services](https://docs.kalix.io/services/) +extend it, it may be useful to read up on [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java-protobuf/index.html) #[[ @@ -66,10 +66,10 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. -Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/projects/create-project.html). Once you have a project you can deploy your service into the project either +Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/operations/create-project.html). Once you have a project you can deploy your service into the project either by using `mvn deploy kalix:deploy` which will package, publish your docker image, and deploy your service to Kalix, or by first packaging and publishing the docker image through `mvn deploy` and -then [deploying the image through the `kalix` CLI](https://docs.kalix.io/services/deploy-service.html#_deploy). +then [deploying the image through the `kalix` CLI](https://docs.kalix.io/operations/deploy-service.html#_deploy). diff --git a/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/pom.xml b/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/pom.xml index 5f61ddd295..5281491bab 100644 --- a/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/pom.xml +++ b/maven-java/kalix-maven-archetype-value-entity/src/main/resources/archetype-resources/pom.xml @@ -16,7 +16,7 @@ #set( $D = '$' ) - + kcr.us-east-1.kalix.io acme ${package}.Main diff --git a/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/README.md b/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/README.md index 684288237f..21e4ce8f23 100644 --- a/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/README.md +++ b/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/README.md @@ -6,7 +6,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing -This project contains the framework to create a Kalix service. To understand more about these components, see [Developing services](https://docs.kalix.io/services/) and check Spring-SDK [official documentation](https://docs.kalix.io/spring/index.html). Examples can be found [here](https://github.com/lightbend/kalix-jvm-sdk/tree/main/samples) in the folders with "spring" in their name. +This project contains the framework to create a Kalix service. To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and check Spring-SDK [official documentation](https://docs.kalix.io/spring/index.html). Examples can be found [here](https://github.com/lightbend/kalix-jvm-sdk/tree/main/samples) in the folders with "spring" in their name. ## Building @@ -37,7 +37,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/pom.xml b/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/pom.xml index 17625ef400..0d2384f203 100644 --- a/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven-java/kalix-spring-boot-archetype/src/main/resources/archetype-resources/pom.xml @@ -16,7 +16,7 @@ #set( $D = '$' ) - + kcr.us-east-1.kalix.io acme ${package}.Main diff --git a/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/README.md b/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/README.md index 684288237f..21e4ce8f23 100644 --- a/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/README.md +++ b/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/README.md @@ -6,7 +6,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing -This project contains the framework to create a Kalix service. To understand more about these components, see [Developing services](https://docs.kalix.io/services/) and check Spring-SDK [official documentation](https://docs.kalix.io/spring/index.html). Examples can be found [here](https://github.com/lightbend/kalix-jvm-sdk/tree/main/samples) in the folders with "spring" in their name. +This project contains the framework to create a Kalix service. To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and check Spring-SDK [official documentation](https://docs.kalix.io/spring/index.html). Examples can be found [here](https://github.com/lightbend/kalix-jvm-sdk/tree/main/samples) in the folders with "spring" in their name. ## Building @@ -37,7 +37,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/pom.xml b/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/pom.xml index d61608f941..a40b849489 100644 --- a/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven-java/kalix-spring-boot-kotlin-archetype/src/main/resources/archetype-resources/pom.xml @@ -17,7 +17,7 @@ #set( $D = '$' ) - + kcr.us-east-1.kalix.io acme ${package}.MainKt diff --git a/samples/java-protobuf-customer-registry-kafka-quickstart/README.md b/samples/java-protobuf-customer-registry-kafka-quickstart/README.md index b8e3bd5b3b..5247d25bf7 100644 --- a/samples/java-protobuf-customer-registry-kafka-quickstart/README.md +++ b/samples/java-protobuf-customer-registry-kafka-quickstart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java Protobuf SDK section](https://docs.kalix.io/java-protobuf/) ## Building @@ -84,7 +84,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-customer-registry-kafka-quickstart/pom.xml b/samples/java-protobuf-customer-registry-kafka-quickstart/pom.xml index 2c227d39ea..b448b45e9c 100644 --- a/samples/java-protobuf-customer-registry-kafka-quickstart/pom.xml +++ b/samples/java-protobuf-customer-registry-kafka-quickstart/pom.xml @@ -15,7 +15,7 @@ Customer Registry (Quickstart) - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-protobuf-customer-registry-quickstart/README.md b/samples/java-protobuf-customer-registry-quickstart/README.md index a4a1a41075..42a6784ee4 100644 --- a/samples/java-protobuf-customer-registry-quickstart/README.md +++ b/samples/java-protobuf-customer-registry-quickstart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java Protobuf SDK section](https://docs.kalix.io/java-protobuf/) ## Building @@ -66,7 +66,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-customer-registry-quickstart/pom.xml b/samples/java-protobuf-customer-registry-quickstart/pom.xml index a18573e46f..37ce8ca726 100644 --- a/samples/java-protobuf-customer-registry-quickstart/pom.xml +++ b/samples/java-protobuf-customer-registry-quickstart/pom.xml @@ -15,7 +15,7 @@ Customer Registry (Quickstart) - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-protobuf-customer-registry-views-quickstart/README.md b/samples/java-protobuf-customer-registry-views-quickstart/README.md index ca239824dd..6fd77eaa98 100644 --- a/samples/java-protobuf-customer-registry-views-quickstart/README.md +++ b/samples/java-protobuf-customer-registry-views-quickstart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java Protobuf SDK section](https://docs.kalix.io/java-protobuf/) ## Building @@ -76,7 +76,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-customer-registry-views-quickstart/pom.xml b/samples/java-protobuf-customer-registry-views-quickstart/pom.xml index 9f394cc049..b4fd7e7baf 100644 --- a/samples/java-protobuf-customer-registry-views-quickstart/pom.xml +++ b/samples/java-protobuf-customer-registry-views-quickstart/pom.xml @@ -15,7 +15,7 @@ Customer Registry with Views (Quickstart) - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-protobuf-doc-snippets/pom.xml b/samples/java-protobuf-doc-snippets/pom.xml index e0bc61e799..2451ecaa6c 100644 --- a/samples/java-protobuf-doc-snippets/pom.xml +++ b/samples/java-protobuf-doc-snippets/pom.xml @@ -14,7 +14,7 @@ doc-snippets - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-eventsourced-counter/README.md b/samples/java-protobuf-eventsourced-counter/README.md index 8eb14e2156..6c9fea8dc8 100644 --- a/samples/java-protobuf-eventsourced-counter/README.md +++ b/samples/java-protobuf-eventsourced-counter/README.md @@ -7,7 +7,7 @@ While designing your service it is useful to read [designing services](https://d ## Developing This project has a bare-bones skeleton service ready to go, but in order to adapt and -extend it, it may be useful to read up on [developing services](https://docs.kalix.io/services/) +extend it, it may be useful to read up on [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java Protobuf SDK section](https://docs.kalix.io/java-protobuf/) ## Building @@ -52,7 +52,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-eventsourced-counter/pom.xml b/samples/java-protobuf-eventsourced-counter/pom.xml index 7bf19e429f..38d4fbbe39 100644 --- a/samples/java-protobuf-eventsourced-counter/pom.xml +++ b/samples/java-protobuf-eventsourced-counter/pom.xml @@ -14,7 +14,7 @@ eventsourced-counter - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-eventsourced-customer-registry-subscriber/pom.xml b/samples/java-protobuf-eventsourced-customer-registry-subscriber/pom.xml index 4042ca7e25..d37a602a3e 100644 --- a/samples/java-protobuf-eventsourced-customer-registry-subscriber/pom.xml +++ b/samples/java-protobuf-eventsourced-customer-registry-subscriber/pom.xml @@ -15,7 +15,7 @@ Customer Registry Subscriber - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-protobuf-eventsourced-customer-registry/pom.xml b/samples/java-protobuf-eventsourced-customer-registry/pom.xml index dc11f01fe2..a29fe5edd3 100644 --- a/samples/java-protobuf-eventsourced-customer-registry/pom.xml +++ b/samples/java-protobuf-eventsourced-customer-registry/pom.xml @@ -15,7 +15,7 @@ Customer Registry - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-protobuf-eventsourced-shopping-cart/README.md b/samples/java-protobuf-eventsourced-shopping-cart/README.md index 31dc7df92f..6ded8cb972 100644 --- a/samples/java-protobuf-eventsourced-shopping-cart/README.md +++ b/samples/java-protobuf-eventsourced-shopping-cart/README.md @@ -77,7 +77,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-eventsourced-shopping-cart/pom.xml b/samples/java-protobuf-eventsourced-shopping-cart/pom.xml index 6a5e6ffd00..5f69211351 100644 --- a/samples/java-protobuf-eventsourced-shopping-cart/pom.xml +++ b/samples/java-protobuf-eventsourced-shopping-cart/pom.xml @@ -15,7 +15,7 @@ Shopping Cart as Event Sourced Entity - + kcr.us-east-1.kalix.io acme com.example.shoppingcart.Main diff --git a/samples/java-protobuf-fibonacci-action/README.md b/samples/java-protobuf-fibonacci-action/README.md index 143c8e8919..c81ae1f70a 100644 --- a/samples/java-protobuf-fibonacci-action/README.md +++ b/samples/java-protobuf-fibonacci-action/README.md @@ -55,7 +55,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-fibonacci-action/pom.xml b/samples/java-protobuf-fibonacci-action/pom.xml index fa676d7635..0a7b25d841 100644 --- a/samples/java-protobuf-fibonacci-action/pom.xml +++ b/samples/java-protobuf-fibonacci-action/pom.xml @@ -14,7 +14,7 @@ fibonacci-action - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-first-service/README.md b/samples/java-protobuf-first-service/README.md index 9915c06162..530c920419 100644 --- a/samples/java-protobuf-first-service/README.md +++ b/samples/java-protobuf-first-service/README.md @@ -7,7 +7,7 @@ While designing your service it is useful to read [designing services](https://d ## Developing This project has a bare-bones skeleton service ready to go, but in order to adapt and -extend it, it may be useful to read up on [developing services](https://docs.kalix.io/services/) +extend it, it may be useful to read up on [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java Protobuf SDK section](https://docs.kalix.io/java-protobuf/) ## Building @@ -57,7 +57,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-first-service/pom.xml b/samples/java-protobuf-first-service/pom.xml index 2fa8b66ca0..d254e221e8 100644 --- a/samples/java-protobuf-first-service/pom.xml +++ b/samples/java-protobuf-first-service/pom.xml @@ -14,7 +14,7 @@ first-service - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-reliable-timers/README.md b/samples/java-protobuf-reliable-timers/README.md index 667f5963ae..54abbe93be 100644 --- a/samples/java-protobuf-reliable-timers/README.md +++ b/samples/java-protobuf-reliable-timers/README.md @@ -76,7 +76,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-reliable-timers/pom.xml b/samples/java-protobuf-reliable-timers/pom.xml index c9e37db5a0..cc39a33974 100644 --- a/samples/java-protobuf-reliable-timers/pom.xml +++ b/samples/java-protobuf-reliable-timers/pom.xml @@ -14,7 +14,7 @@ reliable-timer - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-replicatedentity-examples/pom.xml b/samples/java-protobuf-replicatedentity-examples/pom.xml index f0c1241568..0be1248484 100644 --- a/samples/java-protobuf-replicatedentity-examples/pom.xml +++ b/samples/java-protobuf-replicatedentity-examples/pom.xml @@ -15,7 +15,7 @@ Replicated Entity examples - + kcr.us-east-1.kalix.io acme com.example.replicated.Main diff --git a/samples/java-protobuf-replicatedentity-shopping-cart/README.md b/samples/java-protobuf-replicatedentity-shopping-cart/README.md index 3dbcc239c5..ce5137033f 100644 --- a/samples/java-protobuf-replicatedentity-shopping-cart/README.md +++ b/samples/java-protobuf-replicatedentity-shopping-cart/README.md @@ -76,7 +76,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to [Configuring -registries](https://docs.kalix.io/projects/container-registries.html) for more information on how +registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-replicatedentity-shopping-cart/pom.xml b/samples/java-protobuf-replicatedentity-shopping-cart/pom.xml index c360f2b836..1f77f52e2a 100644 --- a/samples/java-protobuf-replicatedentity-shopping-cart/pom.xml +++ b/samples/java-protobuf-replicatedentity-shopping-cart/pom.xml @@ -15,7 +15,7 @@ Shopping Cart as Replicated Entity - + kcr.us-east-1.kalix.io acme com.example.shoppingcart.Main diff --git a/samples/java-protobuf-shopping-cart-quickstart/README.md b/samples/java-protobuf-shopping-cart-quickstart/README.md index 4f3b058ff2..ae8d1d7c2a 100644 --- a/samples/java-protobuf-shopping-cart-quickstart/README.md +++ b/samples/java-protobuf-shopping-cart-quickstart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of an Event Sourced Entity. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java Protobuf SDK section](https://docs.kalix.io/java-protobuf/) ## Building @@ -69,7 +69,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-shopping-cart-quickstart/pom.xml b/samples/java-protobuf-shopping-cart-quickstart/pom.xml index c098e90ee9..5364475163 100644 --- a/samples/java-protobuf-shopping-cart-quickstart/pom.xml +++ b/samples/java-protobuf-shopping-cart-quickstart/pom.xml @@ -15,7 +15,7 @@ Shopping Cart (Quickstart) - + kcr.us-east-1.kalix.io acme shopping.cart.Main diff --git a/samples/java-protobuf-tracing/README.md b/samples/java-protobuf-tracing/README.md index e86a320c1a..4d066a62db 100644 --- a/samples/java-protobuf-tracing/README.md +++ b/samples/java-protobuf-tracing/README.md @@ -36,10 +36,10 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. -Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/projects/create-project.html). Once you have a project you can deploy your service into the project either +Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/operations/create-project.html). Once you have a project you can deploy your service into the project either by using `mvn deploy kalix:deploy` which will package, publish your docker image, and deploy your service to Kalix, or by first packaging and publishing the docker image through `mvn deploy` and -then [deploying the image through the `kalix` CLI](https://docs.kalix.io/services/deploy-service.html#_deploy). +then [deploying the image through the `kalix` CLI](https://docs.kalix.io/operations/deploy-service.html#_deploy). diff --git a/samples/java-protobuf-tracing/pom.xml b/samples/java-protobuf-tracing/pom.xml index 058494ce41..876394a731 100644 --- a/samples/java-protobuf-tracing/pom.xml +++ b/samples/java-protobuf-tracing/pom.xml @@ -14,7 +14,7 @@ tracing - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-transfer-workflow-compensation/README.md b/samples/java-protobuf-transfer-workflow-compensation/README.md index 31f41d2e9c..218ac0bc55 100644 --- a/samples/java-protobuf-transfer-workflow-compensation/README.md +++ b/samples/java-protobuf-transfer-workflow-compensation/README.md @@ -11,7 +11,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -90,7 +90,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-transfer-workflow-compensation/pom.xml b/samples/java-protobuf-transfer-workflow-compensation/pom.xml index 438d449171..58338eaa16 100644 --- a/samples/java-protobuf-transfer-workflow-compensation/pom.xml +++ b/samples/java-protobuf-transfer-workflow-compensation/pom.xml @@ -14,7 +14,7 @@ java-protobuf-transfer-workflow-compensation - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-transfer-workflow/README.md b/samples/java-protobuf-transfer-workflow/README.md index 31f41d2e9c..218ac0bc55 100644 --- a/samples/java-protobuf-transfer-workflow/README.md +++ b/samples/java-protobuf-transfer-workflow/README.md @@ -11,7 +11,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -90,7 +90,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-transfer-workflow/pom.xml b/samples/java-protobuf-transfer-workflow/pom.xml index 89788f1613..71a9407e72 100644 --- a/samples/java-protobuf-transfer-workflow/pom.xml +++ b/samples/java-protobuf-transfer-workflow/pom.xml @@ -14,7 +14,7 @@ java-protobuf-transfer-workflow - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-valueentity-counter/README.md b/samples/java-protobuf-valueentity-counter/README.md index 81aa099fbf..233caaafa7 100644 --- a/samples/java-protobuf-valueentity-counter/README.md +++ b/samples/java-protobuf-valueentity-counter/README.md @@ -68,7 +68,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-valueentity-counter/pom.xml b/samples/java-protobuf-valueentity-counter/pom.xml index c657c556df..2e7273f1fd 100644 --- a/samples/java-protobuf-valueentity-counter/pom.xml +++ b/samples/java-protobuf-valueentity-counter/pom.xml @@ -14,7 +14,7 @@ first-service - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-protobuf-valueentity-customer-registry/pom.xml b/samples/java-protobuf-valueentity-customer-registry/pom.xml index e580f06107..7c1b8cd8c6 100644 --- a/samples/java-protobuf-valueentity-customer-registry/pom.xml +++ b/samples/java-protobuf-valueentity-customer-registry/pom.xml @@ -15,7 +15,7 @@ Customer Registry - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-protobuf-valueentity-shopping-cart/README.md b/samples/java-protobuf-valueentity-shopping-cart/README.md index a02d448931..fffff61bc3 100644 --- a/samples/java-protobuf-valueentity-shopping-cart/README.md +++ b/samples/java-protobuf-valueentity-shopping-cart/README.md @@ -83,7 +83,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-valueentity-shopping-cart/pom.xml b/samples/java-protobuf-valueentity-shopping-cart/pom.xml index d09770b607..e1b1178302 100644 --- a/samples/java-protobuf-valueentity-shopping-cart/pom.xml +++ b/samples/java-protobuf-valueentity-shopping-cart/pom.xml @@ -15,7 +15,7 @@ Shopping Cart as Value Entity - + kcr.us-east-1.kalix.io acme com.example.shoppingcart.Main diff --git a/samples/java-protobuf-view-store/README.md b/samples/java-protobuf-view-store/README.md index fcecb339c1..652d87e749 100644 --- a/samples/java-protobuf-view-store/README.md +++ b/samples/java-protobuf-view-store/README.md @@ -144,10 +144,10 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. -Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/projects/create-project.html). Once you have a project you can deploy your service into the project either +Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/operations/create-project.html). Once you have a project you can deploy your service into the project either by using `mvn deploy kalix:deploy` which will package, publish your docker image, and deploy your service to Kalix, or by first packaging and publishing the docker image through `mvn deploy` and -then [deploying the image through the `kalix` CLI](https://docs.kalix.io/services/deploy-service.html#_deploy). +then [deploying the image through the `kalix` CLI](https://docs.kalix.io/operations/deploy-service.html#_deploy). diff --git a/samples/java-protobuf-view-store/pom.xml b/samples/java-protobuf-view-store/pom.xml index e869f5268a..61fff1a85d 100644 --- a/samples/java-protobuf-view-store/pom.xml +++ b/samples/java-protobuf-view-store/pom.xml @@ -14,7 +14,7 @@ Store - + kcr.us-east-1.kalix.io acme store.Main diff --git a/samples/java-protobuf-web-resources/README.md b/samples/java-protobuf-web-resources/README.md index 82fe6cd90c..f19aa5a60f 100644 --- a/samples/java-protobuf-web-resources/README.md +++ b/samples/java-protobuf-web-resources/README.md @@ -41,7 +41,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-protobuf-web-resources/pom.xml b/samples/java-protobuf-web-resources/pom.xml index ca495b12a0..ceb86a29f4 100644 --- a/samples/java-protobuf-web-resources/pom.xml +++ b/samples/java-protobuf-web-resources/pom.xml @@ -14,7 +14,7 @@ web-resources - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-choreography-saga-quickstart/README.md b/samples/java-spring-choreography-saga-quickstart/README.md index 5be40b2822..41b92122d3 100644 --- a/samples/java-spring-choreography-saga-quickstart/README.md +++ b/samples/java-spring-choreography-saga-quickstart/README.md @@ -10,7 +10,7 @@ Actions are used in two different contexts in this sample: * To [subscribe and react](https://docs.kalix.io/java/actions-publishing-subscribing.html#_subscribing_and_acting_upon) to events and state changes from the `UserEntity` and `UniqueEmailEntity`, respectively. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) and check the Kalix Java SDK [documentation](https://docs.kalix.io/java/index.html). +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and check the Kalix Java SDK [documentation](https://docs.kalix.io/java/index.html). @@ -181,7 +181,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. * Finally, use the `kalix` CLI to generate a project. diff --git a/samples/java-spring-choreography-saga-quickstart/pom.xml b/samples/java-spring-choreography-saga-quickstart/pom.xml index 824306c2a1..e23dfbd68a 100644 --- a/samples/java-spring-choreography-saga-quickstart/pom.xml +++ b/samples/java-spring-choreography-saga-quickstart/pom.xml @@ -15,7 +15,7 @@ user-registry - + kcr.us-east-1.kalix.io acme user.registry.Main diff --git a/samples/java-spring-customer-registry-quickstart/README.md b/samples/java-spring-customer-registry-quickstart/README.md index f989ce3e8f..73dd0dc659 100644 --- a/samples/java-spring-customer-registry-quickstart/README.md +++ b/samples/java-spring-customer-registry-quickstart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -83,7 +83,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-customer-registry-quickstart/pom.xml b/samples/java-spring-customer-registry-quickstart/pom.xml index 5d8f98b4b6..10ee7b0d5a 100644 --- a/samples/java-spring-customer-registry-quickstart/pom.xml +++ b/samples/java-spring-customer-registry-quickstart/pom.xml @@ -15,7 +15,7 @@ Customer Registry (Spring Quickstart) - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-spring-customer-registry-views-quickstart/README.md b/samples/java-spring-customer-registry-views-quickstart/README.md index 7b50f41786..c65ac6dbdf 100644 --- a/samples/java-spring-customer-registry-views-quickstart/README.md +++ b/samples/java-spring-customer-registry-views-quickstart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -85,7 +85,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-customer-registry-views-quickstart/pom.xml b/samples/java-spring-customer-registry-views-quickstart/pom.xml index f5c87363fd..79a39e9936 100644 --- a/samples/java-spring-customer-registry-views-quickstart/pom.xml +++ b/samples/java-spring-customer-registry-views-quickstart/pom.xml @@ -15,7 +15,7 @@ Customer Registry with Views (Spring Quickstart) - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-spring-doc-snippets/pom.xml b/samples/java-spring-doc-snippets/pom.xml index a8f20c8962..54fbf699f1 100644 --- a/samples/java-spring-doc-snippets/pom.xml +++ b/samples/java-spring-doc-snippets/pom.xml @@ -15,7 +15,7 @@ java-spring-doc-snippets - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-eventsourced-counter/README.md b/samples/java-spring-eventsourced-counter/README.md index f27612815e..a220be4be4 100644 --- a/samples/java-spring-eventsourced-counter/README.md +++ b/samples/java-spring-eventsourced-counter/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -61,7 +61,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-eventsourced-counter/pom.xml b/samples/java-spring-eventsourced-counter/pom.xml index 4147c044b5..768ebff578 100644 --- a/samples/java-spring-eventsourced-counter/pom.xml +++ b/samples/java-spring-eventsourced-counter/pom.xml @@ -15,7 +15,7 @@ java-spring-eventsourced-counter - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-eventsourced-customer-registry-subscriber/pom.xml b/samples/java-spring-eventsourced-customer-registry-subscriber/pom.xml index 3f07613b31..d0e9404d8e 100644 --- a/samples/java-spring-eventsourced-customer-registry-subscriber/pom.xml +++ b/samples/java-spring-eventsourced-customer-registry-subscriber/pom.xml @@ -15,7 +15,7 @@ java-spring-eventsourced-customer-registry-subscriber - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-spring-eventsourced-customer-registry/README.md b/samples/java-spring-eventsourced-customer-registry/README.md index 1ea697898f..439f7d18fa 100644 --- a/samples/java-spring-eventsourced-customer-registry/README.md +++ b/samples/java-spring-eventsourced-customer-registry/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Event Sourced Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -83,7 +83,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-eventsourced-customer-registry/pom.xml b/samples/java-spring-eventsourced-customer-registry/pom.xml index e28ca063da..2b0e7d9431 100644 --- a/samples/java-spring-eventsourced-customer-registry/pom.xml +++ b/samples/java-spring-eventsourced-customer-registry/pom.xml @@ -15,7 +15,7 @@ Customer Registry with Views (Spring Quickstart) - + kcr.us-east-1.kalix.io acme customer.Main diff --git a/samples/java-spring-eventsourced-shopping-cart/README.md b/samples/java-spring-eventsourced-shopping-cart/README.md index 9e8347def3..f8e44e55d6 100644 --- a/samples/java-spring-eventsourced-shopping-cart/README.md +++ b/samples/java-spring-eventsourced-shopping-cart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -60,7 +60,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-eventsourced-shopping-cart/pom.xml b/samples/java-spring-eventsourced-shopping-cart/pom.xml index 804694d60e..da86e48b63 100644 --- a/samples/java-spring-eventsourced-shopping-cart/pom.xml +++ b/samples/java-spring-eventsourced-shopping-cart/pom.xml @@ -15,7 +15,7 @@ java-spring-eventsourced-shopping-cart - + kcr.us-east-1.kalix.io acme com.example.shoppingcart.Main diff --git a/samples/java-spring-fibonacci-action/README.md b/samples/java-spring-fibonacci-action/README.md index 144efc69b4..edbdb24ae9 100644 --- a/samples/java-spring-fibonacci-action/README.md +++ b/samples/java-spring-fibonacci-action/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -53,7 +53,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-fibonacci-action/pom.xml b/samples/java-spring-fibonacci-action/pom.xml index 8c90458dfc..28703afed0 100644 --- a/samples/java-spring-fibonacci-action/pom.xml +++ b/samples/java-spring-fibonacci-action/pom.xml @@ -15,7 +15,7 @@ java-spring-fibonacci-action - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-reliable-timers/README.md b/samples/java-spring-reliable-timers/README.md index 110e21ae3f..ff69dafc24 100644 --- a/samples/java-spring-reliable-timers/README.md +++ b/samples/java-spring-reliable-timers/README.md @@ -9,7 +9,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -51,7 +51,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-reliable-timers/pom.xml b/samples/java-spring-reliable-timers/pom.xml index f815a242ec..6568199714 100644 --- a/samples/java-spring-reliable-timers/pom.xml +++ b/samples/java-spring-reliable-timers/pom.xml @@ -15,7 +15,7 @@ spring-reliable-timer - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-shopping-cart-quickstart/README.md b/samples/java-spring-shopping-cart-quickstart/README.md index 6cc0069a74..daccad5232 100644 --- a/samples/java-spring-shopping-cart-quickstart/README.md +++ b/samples/java-spring-shopping-cart-quickstart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of an Event Sourced Entity. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java SDK section](https://docs.kalix.io/java/) ## Building @@ -65,7 +65,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-shopping-cart-quickstart/pom.xml b/samples/java-spring-shopping-cart-quickstart/pom.xml index 6483541b23..1cb77e5dcc 100644 --- a/samples/java-spring-shopping-cart-quickstart/pom.xml +++ b/samples/java-spring-shopping-cart-quickstart/pom.xml @@ -15,7 +15,7 @@ java-spring-shopping-cart-quickstart - + kcr.us-east-1.kalix.io acme shoppingcart.Main diff --git a/samples/java-spring-tracing/README.md b/samples/java-spring-tracing/README.md index ea10e491f8..22bf4bd8bc 100644 --- a/samples/java-spring-tracing/README.md +++ b/samples/java-spring-tracing/README.md @@ -51,7 +51,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-tracing/pom.xml b/samples/java-spring-tracing/pom.xml index d48313c36d..8538b76e3b 100644 --- a/samples/java-spring-tracing/pom.xml +++ b/samples/java-spring-tracing/pom.xml @@ -15,7 +15,7 @@ java-spring-tracing - + kcr.us-east-1.kalix.io acme com.example.tracing.Main diff --git a/samples/java-spring-transfer-workflow-compensation/README.md b/samples/java-spring-transfer-workflow-compensation/README.md index f286624321..2ae3927211 100644 --- a/samples/java-spring-transfer-workflow-compensation/README.md +++ b/samples/java-spring-transfer-workflow-compensation/README.md @@ -11,7 +11,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -93,7 +93,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-transfer-workflow-compensation/pom.xml b/samples/java-spring-transfer-workflow-compensation/pom.xml index 84f89bd3d0..0200d824ac 100644 --- a/samples/java-spring-transfer-workflow-compensation/pom.xml +++ b/samples/java-spring-transfer-workflow-compensation/pom.xml @@ -15,7 +15,7 @@ java-spring-transfer-workflow-compensation - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-transfer-workflow/README.md b/samples/java-spring-transfer-workflow/README.md index 5d4fabc6a0..2ad83064a2 100644 --- a/samples/java-spring-transfer-workflow/README.md +++ b/samples/java-spring-transfer-workflow/README.md @@ -11,7 +11,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -93,7 +93,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-transfer-workflow/pom.xml b/samples/java-spring-transfer-workflow/pom.xml index 341c5e1b25..8139cc4056 100644 --- a/samples/java-spring-transfer-workflow/pom.xml +++ b/samples/java-spring-transfer-workflow/pom.xml @@ -15,7 +15,7 @@ java-spring-transfer-workflow - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-valueentity-counter/README.md b/samples/java-spring-valueentity-counter/README.md index 65238dc9e0..2a65de6ce8 100644 --- a/samples/java-spring-valueentity-counter/README.md +++ b/samples/java-spring-valueentity-counter/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -49,7 +49,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-valueentity-counter/pom.xml b/samples/java-spring-valueentity-counter/pom.xml index 9ca17a2512..9e7f804688 100644 --- a/samples/java-spring-valueentity-counter/pom.xml +++ b/samples/java-spring-valueentity-counter/pom.xml @@ -15,7 +15,7 @@ java-spring-valueentity-counter - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-valueentity-customer-registry/README.md b/samples/java-spring-valueentity-customer-registry/README.md index 98e98cbe17..5ad9a791e3 100644 --- a/samples/java-spring-valueentity-customer-registry/README.md +++ b/samples/java-spring-valueentity-customer-registry/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -68,7 +68,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-valueentity-customer-registry/pom.xml b/samples/java-spring-valueentity-customer-registry/pom.xml index bf3b33e9be..d6e6b9bc4e 100644 --- a/samples/java-spring-valueentity-customer-registry/pom.xml +++ b/samples/java-spring-valueentity-customer-registry/pom.xml @@ -15,7 +15,7 @@ java-spring-valueentity-customer-registry - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-valueentity-shopping-cart/README.md b/samples/java-spring-valueentity-shopping-cart/README.md index b7a41616a7..54f370fca9 100644 --- a/samples/java-spring-valueentity-shopping-cart/README.md +++ b/samples/java-spring-valueentity-shopping-cart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Java section](https://docs.kalix.io/java/) ## Building @@ -66,7 +66,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-valueentity-shopping-cart/pom.xml b/samples/java-spring-valueentity-shopping-cart/pom.xml index 016fc62b06..79cb2ff108 100644 --- a/samples/java-spring-valueentity-shopping-cart/pom.xml +++ b/samples/java-spring-valueentity-shopping-cart/pom.xml @@ -15,7 +15,7 @@ java-spring-valueentity-shoppingcart - + kcr.us-east-1.kalix.io acme com.example.Main diff --git a/samples/java-spring-view-store/README.md b/samples/java-spring-view-store/README.md index 803d186173..24214d7718 100644 --- a/samples/java-spring-view-store/README.md +++ b/samples/java-spring-view-store/README.md @@ -120,7 +120,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/java-spring-view-store/pom.xml b/samples/java-spring-view-store/pom.xml index 33c264a142..940c8c089f 100644 --- a/samples/java-spring-view-store/pom.xml +++ b/samples/java-spring-view-store/pom.xml @@ -15,7 +15,7 @@ spring-view-store - + kcr.us-east-1.kalix.io acme store.Main diff --git a/samples/scala-protobuf-customer-registry-quickstart/README.md b/samples/scala-protobuf-customer-registry-quickstart/README.md index 61cf5cb541..0e35e394db 100644 --- a/samples/scala-protobuf-customer-registry-quickstart/README.md +++ b/samples/scala-protobuf-customer-registry-quickstart/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Value Entity and View components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Scala section](https://docs.kalix.io/java/) ## Building and running unit tests @@ -77,7 +77,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-customer-registry-quickstart/build.sbt b/samples/scala-protobuf-customer-registry-quickstart/build.sbt index e65dff26cf..3069e7548b 100644 --- a/samples/scala-protobuf-customer-registry-quickstart/build.sbt +++ b/samples/scala-protobuf-customer-registry-quickstart/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-doc-snippets/build.sbt b/samples/scala-protobuf-doc-snippets/build.sbt index ca2f0b7272..ffb17844d3 100644 --- a/samples/scala-protobuf-doc-snippets/build.sbt +++ b/samples/scala-protobuf-doc-snippets/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-eventsourced-counter/README.md b/samples/scala-protobuf-eventsourced-counter/README.md index 402444ceba..29f291812e 100644 --- a/samples/scala-protobuf-eventsourced-counter/README.md +++ b/samples/scala-protobuf-eventsourced-counter/README.md @@ -47,7 +47,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-eventsourced-counter/build.sbt b/samples/scala-protobuf-eventsourced-counter/build.sbt index 2d4e6d93ac..99d2019c5b 100644 --- a/samples/scala-protobuf-eventsourced-counter/build.sbt +++ b/samples/scala-protobuf-eventsourced-counter/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-eventsourced-customer-registry-subscriber/build.sbt b/samples/scala-protobuf-eventsourced-customer-registry-subscriber/build.sbt index de808e247c..794f39e42e 100644 --- a/samples/scala-protobuf-eventsourced-customer-registry-subscriber/build.sbt +++ b/samples/scala-protobuf-eventsourced-customer-registry-subscriber/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-eventsourced-customer-registry/README.md b/samples/scala-protobuf-eventsourced-customer-registry/README.md index 02b9ffaed1..9ccdc66859 100644 --- a/samples/scala-protobuf-eventsourced-customer-registry/README.md +++ b/samples/scala-protobuf-eventsourced-customer-registry/README.md @@ -7,7 +7,7 @@ To understand the Kalix concepts that are the basis for this example, see [Desig ## Developing This project demonstrates the use of Event Sourced Entity, View and Service to Service eventing components. -To understand more about these components, see [Developing services](https://docs.kalix.io/services/) +To understand more about these components, see [Developing services](https://docs.kalix.io/developing-services/) and in particular the [Scala section](https://docs.kalix.io/java/) The project scala-customer-registry-subscriber is a downstream consumer of the Service to Service event stream @@ -92,7 +92,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-eventsourced-customer-registry/build.sbt b/samples/scala-protobuf-eventsourced-customer-registry/build.sbt index 80586a92a3..e951f8bc95 100644 --- a/samples/scala-protobuf-eventsourced-customer-registry/build.sbt +++ b/samples/scala-protobuf-eventsourced-customer-registry/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name // two Main files in this project changes entry point diff --git a/samples/scala-protobuf-eventsourced-shopping-cart/README.md b/samples/scala-protobuf-eventsourced-shopping-cart/README.md index 0769ed0f77..49f5887e05 100644 --- a/samples/scala-protobuf-eventsourced-shopping-cart/README.md +++ b/samples/scala-protobuf-eventsourced-shopping-cart/README.md @@ -75,7 +75,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-eventsourced-shopping-cart/build.sbt b/samples/scala-protobuf-eventsourced-shopping-cart/build.sbt index d88e795914..a0579618a5 100644 --- a/samples/scala-protobuf-eventsourced-shopping-cart/build.sbt +++ b/samples/scala-protobuf-eventsourced-shopping-cart/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-fibonacci-action/README.md b/samples/scala-protobuf-fibonacci-action/README.md index 87987a88b7..74b9ee5232 100644 --- a/samples/scala-protobuf-fibonacci-action/README.md +++ b/samples/scala-protobuf-fibonacci-action/README.md @@ -47,7 +47,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-fibonacci-action/build.sbt b/samples/scala-protobuf-fibonacci-action/build.sbt index fc0f9d3d0b..5f31dd2534 100644 --- a/samples/scala-protobuf-fibonacci-action/build.sbt +++ b/samples/scala-protobuf-fibonacci-action/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-first-service/README.md b/samples/scala-protobuf-first-service/README.md index 683e682f76..b630544036 100644 --- a/samples/scala-protobuf-first-service/README.md +++ b/samples/scala-protobuf-first-service/README.md @@ -7,7 +7,7 @@ While designing your service it is useful to read [designing services](https://d ## Developing This project has a bare-bones skeleton service ready to go, but in order to adapt and -extend it, it may be useful to read up on [developing services](https://docs.kalix.io/services/) +extend it, it may be useful to read up on [Developing services](https://docs.kalix.io/developing-services/) and in particular the [JVM section](https://docs.kalix.io/java/) ## Building @@ -66,7 +66,7 @@ You will need to set your `docker.username` as a system property: sbt -Ddocker.username=mary Docker/publish ``` -Refer to [Configuring registries](https://docs.kalix.io/projects/container-registries.html) +Refer to [Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally you can or use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-first-service/build.sbt b/samples/scala-protobuf-first-service/build.sbt index 91d3475107..b3c0647678 100644 --- a/samples/scala-protobuf-first-service/build.sbt +++ b/samples/scala-protobuf-first-service/build.sbt @@ -6,7 +6,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-reliable-timers/README.md b/samples/scala-protobuf-reliable-timers/README.md index 9520a34656..3d0829a96c 100644 --- a/samples/scala-protobuf-reliable-timers/README.md +++ b/samples/scala-protobuf-reliable-timers/README.md @@ -55,7 +55,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-reliable-timers/build.sbt b/samples/scala-protobuf-reliable-timers/build.sbt index c47b82af89..9ab23bc951 100644 --- a/samples/scala-protobuf-reliable-timers/build.sbt +++ b/samples/scala-protobuf-reliable-timers/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-replicatedentity-examples/build.sbt b/samples/scala-protobuf-replicatedentity-examples/build.sbt index 6bf56c8841..688d1e2276 100644 --- a/samples/scala-protobuf-replicatedentity-examples/build.sbt +++ b/samples/scala-protobuf-replicatedentity-examples/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-replicatedentity-shopping-cart/README.md b/samples/scala-protobuf-replicatedentity-shopping-cart/README.md index 4dd3c8d5bf..94cfe9be0f 100644 --- a/samples/scala-protobuf-replicatedentity-shopping-cart/README.md +++ b/samples/scala-protobuf-replicatedentity-shopping-cart/README.md @@ -9,7 +9,7 @@ While designing your service it is useful to read [designing services](https://d ## Developing This project has a bare-bones skeleton service ready to go, but in order to adapt and -extend it, it may be useful to read up on [developing services](https://docs.kalix.io/services/) +extend it, it may be useful to read up on [Developing services](https://docs.kalix.io/developing-services/) and in particular the [JVM section](https://docs.kalix.io/java/) ## Building @@ -77,7 +77,7 @@ You will need to set your `docker.username` as a system property: sbt -Ddocker.username=mary Docker/publish ``` -Refer to [Configuring registries](https://docs.kalix.io/projects/container-registries.html) +Refer to [Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally you can or use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-replicatedentity-shopping-cart/build.sbt b/samples/scala-protobuf-replicatedentity-shopping-cart/build.sbt index 8e3afc1e00..b09f7765bf 100644 --- a/samples/scala-protobuf-replicatedentity-shopping-cart/build.sbt +++ b/samples/scala-protobuf-replicatedentity-shopping-cart/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-tracing/README.md b/samples/scala-protobuf-tracing/README.md index d71ec96533..e89fd297e5 100644 --- a/samples/scala-protobuf-tracing/README.md +++ b/samples/scala-protobuf-tracing/README.md @@ -33,10 +33,10 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. -Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/projects/create-project.html). Once you have a project you can deploy your service into the project either +Finally, you use the `kalix` CLI to create a project as described in [Create a new Project](https://docs.kalix.io/operations/create-project.html). Once you have a project you can deploy your service into the project either by using `mvn deploy kalix:deploy` which will package, publish your docker image, and deploy your service to Kalix, or by first packaging and publishing the docker image through `mvn deploy` and -then [deploying the image through the `kalix` CLI](https://docs.kalix.io/services/deploy-service.html#_deploy). \ No newline at end of file +then [deploying the image through the `kalix` CLI](https://docs.kalix.io/operations/deploy-service.html#_deploy). \ No newline at end of file diff --git a/samples/scala-protobuf-tracing/build.sbt b/samples/scala-protobuf-tracing/build.sbt index 4edf631761..1ec643ef8b 100644 --- a/samples/scala-protobuf-tracing/build.sbt +++ b/samples/scala-protobuf-tracing/build.sbt @@ -11,7 +11,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-transfer-workflow-compensation/README.md b/samples/scala-protobuf-transfer-workflow-compensation/README.md index b43b9a882a..edf7f0582d 100644 --- a/samples/scala-protobuf-transfer-workflow-compensation/README.md +++ b/samples/scala-protobuf-transfer-workflow-compensation/README.md @@ -69,7 +69,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-transfer-workflow-compensation/build.sbt b/samples/scala-protobuf-transfer-workflow-compensation/build.sbt index 2cb4c49c02..52ea9d69f5 100644 --- a/samples/scala-protobuf-transfer-workflow-compensation/build.sbt +++ b/samples/scala-protobuf-transfer-workflow-compensation/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-transfer-workflow/README.md b/samples/scala-protobuf-transfer-workflow/README.md index d444c8872e..95c4cb6718 100644 --- a/samples/scala-protobuf-transfer-workflow/README.md +++ b/samples/scala-protobuf-transfer-workflow/README.md @@ -69,7 +69,7 @@ To deploy your service, install the `kalix` CLI as documented in and configure a Docker Registry to upload your docker image to. You will need to update the `dockerImage` property in the `pom.xml` and refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-transfer-workflow/build.sbt b/samples/scala-protobuf-transfer-workflow/build.sbt index 0b16bc5090..6ad405ad6b 100644 --- a/samples/scala-protobuf-transfer-workflow/build.sbt +++ b/samples/scala-protobuf-transfer-workflow/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-validated/README.md b/samples/scala-protobuf-validated/README.md index 07da5137ab..b4843fd657 100644 --- a/samples/scala-protobuf-validated/README.md +++ b/samples/scala-protobuf-validated/README.md @@ -63,7 +63,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-validated/build.sbt b/samples/scala-protobuf-validated/build.sbt index 2132f01bb6..9c37c2b213 100644 --- a/samples/scala-protobuf-validated/build.sbt +++ b/samples/scala-protobuf-validated/build.sbt @@ -12,7 +12,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-valueentity-counter/README.md b/samples/scala-protobuf-valueentity-counter/README.md index d061dd4e14..0b137a403b 100644 --- a/samples/scala-protobuf-valueentity-counter/README.md +++ b/samples/scala-protobuf-valueentity-counter/README.md @@ -47,7 +47,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-valueentity-counter/build.sbt b/samples/scala-protobuf-valueentity-counter/build.sbt index 5373b65050..a93757b06c 100644 --- a/samples/scala-protobuf-valueentity-counter/build.sbt +++ b/samples/scala-protobuf-valueentity-counter/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-valueentity-customer-registry/README.md b/samples/scala-protobuf-valueentity-customer-registry/README.md index b41534316d..f96eb394b2 100644 --- a/samples/scala-protobuf-valueentity-customer-registry/README.md +++ b/samples/scala-protobuf-valueentity-customer-registry/README.md @@ -67,7 +67,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-valueentity-customer-registry/build.sbt b/samples/scala-protobuf-valueentity-customer-registry/build.sbt index e37c9f5068..fc32459149 100644 --- a/samples/scala-protobuf-valueentity-customer-registry/build.sbt +++ b/samples/scala-protobuf-valueentity-customer-registry/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-valueentity-shopping-cart/README.md b/samples/scala-protobuf-valueentity-shopping-cart/README.md index cc8fafa059..a3e6c336f9 100644 --- a/samples/scala-protobuf-valueentity-shopping-cart/README.md +++ b/samples/scala-protobuf-valueentity-shopping-cart/README.md @@ -9,7 +9,7 @@ While designing your service it is useful to read [designing services](https://d ## Developing This project has a bare-bones skeleton service ready to go, but in order to adapt and -extend it, it may be useful to read up on [developing services](https://docs.kalix.io/services/) +extend it, it may be useful to read up on [Developing services](https://docs.kalix.io/developing-services/) and in particular the [JVM section](https://docs.kalix.io/java/) ## Building @@ -83,7 +83,7 @@ You will need to set your `docker.username` as a system property: sbt -Ddocker.username=mary Docker/publish ``` -Refer to [Configuring registries](https://docs.kalix.io/projects/container-registries.html) +Refer to [Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally you can or use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-valueentity-shopping-cart/build.sbt b/samples/scala-protobuf-valueentity-shopping-cart/build.sbt index 9e665c8557..06cfbf47d5 100644 --- a/samples/scala-protobuf-valueentity-shopping-cart/build.sbt +++ b/samples/scala-protobuf-valueentity-shopping-cart/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-view-store/README.md b/samples/scala-protobuf-view-store/README.md index 2db9c6751b..b0b1a4b16c 100644 --- a/samples/scala-protobuf-view-store/README.md +++ b/samples/scala-protobuf-view-store/README.md @@ -151,7 +151,7 @@ You will need to set your `docker.username` as a system property: sbt -Ddocker.username=mary docker:publish ``` -Refer to [Configuring registries](https://docs.kalix.io/projects/container-registries.html) +Refer to [Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your Docker image available to Kalix. You can now deploy your service through the [kalix](https://docs.kalix.io/kalix/using-cli.html) CLI: diff --git a/samples/scala-protobuf-view-store/build.sbt b/samples/scala-protobuf-view-store/build.sbt index 82ff9455c2..f776d77b13 100644 --- a/samples/scala-protobuf-view-store/build.sbt +++ b/samples/scala-protobuf-view-store/build.sbt @@ -10,7 +10,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true diff --git a/samples/scala-protobuf-web-resources/README.md b/samples/scala-protobuf-web-resources/README.md index 166b7ebbc5..f56707433e 100644 --- a/samples/scala-protobuf-web-resources/README.md +++ b/samples/scala-protobuf-web-resources/README.md @@ -41,7 +41,7 @@ You will need to set the `docker.username` system property when starting sbt to If you are publishing to a different registry than docker hub, you will also need to specify what registry using the system property `docker.registry`. Refer to -[Configuring registries](https://docs.kalix.io/projects/container-registries.html) +[Configuring registries](https://docs.kalix.io/operations/container-registries.html) for more information on how to make your docker image available to Kalix. Finally, you can use the [Kalix Console](https://console.kalix.io) diff --git a/samples/scala-protobuf-web-resources/build.sbt b/samples/scala-protobuf-web-resources/build.sbt index d3624abdab..57884fd30b 100644 --- a/samples/scala-protobuf-web-resources/build.sbt +++ b/samples/scala-protobuf-web-resources/build.sbt @@ -6,7 +6,7 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") enablePlugins(KalixPlugin, JavaAppPackaging, DockerPlugin) dockerBaseImage := "docker.io/library/eclipse-temurin:21.0.2_13-jre-jammy" -// For Docker setup see https://docs.kalix.io/projects/container-registries.html +// For Docker setup see https://docs.kalix.io/operations/container-registries.html dockerRepository := sys.props.get("docker.registry").orElse(Some("kcr.us-east-1.kalix.io")) dockerUsername := sys.props.get("docker.username") // use your Kalix organization name dockerUpdateLatest := true From b75c2d47aba2f47eff6e223094f4550b9255e37b Mon Sep 17 00:00:00 2001 From: Francisco Lopez-Sancho Date: Wed, 11 Sep 2024 08:29:53 +0700 Subject: [PATCH 2/2] missing refactoring `invoke-service` --- .../pages/quickstart/cr-value-entity-java.adoc | 6 +++--- .../pages/quickstart/cr-value-entity-kafka-java.adoc | 4 ++-- .../pages/quickstart/cr-value-entity-scala.adoc | 6 +++--- .../pages/quickstart/cr-value-entity-views-java.adoc | 6 +++--- .../pages/quickstart/sc-eventsourced-entity-java.adoc | 6 +++--- docs/src/modules/java/pages/quickstart/expose-service.adoc | 2 +- .../modules/java/pages/quickstart/package-and-deploy.adoc | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-java.adoc b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-java.adoc index 202d168ced..5f77cb5eca 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-java.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-java.adoc @@ -221,14 +221,14 @@ kalix service list == Invoke your service -Once the service has started successfully, you can https://docs.kalix.io/services/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: +Once the service has started successfully, you can https://docs.kalix.io/operations/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: [source,command line] ---- kalix service proxy --grpcui ---- -The `--grpcui` option also starts and opens a https://docs.kalix.io/services/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). +The `--grpcui` option also starts and opens a https://docs.kalix.io/operations/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). Or you can use command line gRPC or HTTP clients, such as `grpcurl` or `curl`, to invoke the service through the proxy at `localhost:8080`, using plaintext connections. @@ -260,7 +260,7 @@ grpcurl \ customer.api.CustomerService/GetCustomer ---- -You can https://docs.kalix.io/services/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: +You can https://docs.kalix.io/operations/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: [source,command line] ---- diff --git a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-kafka-java.adoc b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-kafka-java.adoc index bf24a5a54d..bcb210a8c2 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-kafka-java.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-kafka-java.adoc @@ -142,13 +142,13 @@ kalix service list == Invoke your service -Once the service has started successfully, you can https://docs.kalix.io/services/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: +Once the service has started successfully, you can https://docs.kalix.io/operations/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: ---- kalix service proxy --grpcui ---- -The `--grpcui` option also starts and opens a https://docs.kalix.io/services/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). +The `--grpcui` option also starts and opens a https://docs.kalix.io/operations/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). Or you can use command line gRPC or HTTP clients, such as `grpcurl` or `curl`, to invoke the service through the proxy at `localhost:8080`, using plaintext connections. diff --git a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-scala.adoc b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-scala.adoc index 6762206875..6c2b079744 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-scala.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-scala.adoc @@ -237,14 +237,14 @@ kalix service list == Invoke your service -Once the service has started successfully, you can https://docs.kalix.io/services/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: +Once the service has started successfully, you can https://docs.kalix.io/operations/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: [source,command line] ---- kalix service proxy --grpcui ---- -The `--grpcui` option also starts and opens a https://docs.kalix.io/services/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). +The `--grpcui` option also starts and opens a https://docs.kalix.io/operations/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). Or you can use command line gRPC or HTTP clients, such as `grpcurl` or `curl`, to invoke the service through the proxy at `localhost:8080`, using plaintext connections. @@ -276,7 +276,7 @@ grpcurl \ customer.api.CustomerService/GetCustomer ---- -You can https://docs.kalix.io/services/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: +You can https://docs.kalix.io/operations/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: [source,command line] ---- diff --git a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc index 00b1edba45..efb78e1057 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc @@ -129,13 +129,13 @@ kalix service list [#invoke] == Invoke your service -Once the service has started successfully, you can https://docs.kalix.io/services/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: +Once the service has started successfully, you can https://docs.kalix.io/operations/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: ---- kalix service proxy --grpcui ---- -The `--grpcui` option also starts and opens a https://docs.kalix.io/services/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). +The `--grpcui` option also starts and opens a https://docs.kalix.io/operations/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). Or you can use command line gRPC or HTTP clients, such as `grpcurl` or `curl`, to invoke the service through the proxy at `localhost:8080`, using plaintext connections. @@ -174,7 +174,7 @@ grpcurl \ customer.view.CustomerByEmail/GetCustomer ---- -You can https://docs.kalix.io/services/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: +You can https://docs.kalix.io/operations/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: ---- kalix service expose diff --git a/docs/src/modules/java-protobuf/pages/quickstart/sc-eventsourced-entity-java.adoc b/docs/src/modules/java-protobuf/pages/quickstart/sc-eventsourced-entity-java.adoc index 9bab4ab189..c1d1759db2 100644 --- a/docs/src/modules/java-protobuf/pages/quickstart/sc-eventsourced-entity-java.adoc +++ b/docs/src/modules/java-protobuf/pages/quickstart/sc-eventsourced-entity-java.adoc @@ -279,13 +279,13 @@ kalix service list == Invoke your service -Once the service has started successfully, you can https://docs.kalix.io/services/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: +Once the service has started successfully, you can https://docs.kalix.io/operations/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: ---- kalix service proxy --grpcui ---- -The `--grpcui` option also starts and opens a https://docs.kalix.io/services/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). +The `--grpcui` option also starts and opens a https://docs.kalix.io/operations/invoke-service.html#_using_the_built_in_graphical_client[gRPC web UI] for exploring and invoking the service (available at http://127.0.0.1:8080/ui/). Or you can use command line gRPC or HTTP clients, such as `grpcurl` or `curl`, to invoke the service through the proxy at `localhost:8080`, using plaintext connections. @@ -312,7 +312,7 @@ grpcurl \ shopping.cart.api.ShoppingCart/GetCart ---- -You can https://docs.kalix.io/services/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: +You can https://docs.kalix.io/operations/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: ---- kalix service expose diff --git a/docs/src/modules/java/pages/quickstart/expose-service.adoc b/docs/src/modules/java/pages/quickstart/expose-service.adoc index 33fd315638..d9bd67b5c9 100644 --- a/docs/src/modules/java/pages/quickstart/expose-service.adoc +++ b/docs/src/modules/java/pages/quickstart/expose-service.adoc @@ -1,5 +1,5 @@ -You can https://docs.kalix.io/services/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: +You can https://docs.kalix.io/operations/invoke-service.html#_exposing_services_to_the_internet[expose the service to the internet]. A generated hostname will be returned from the expose command: [source,command line] ---- diff --git a/docs/src/modules/java/pages/quickstart/package-and-deploy.adoc b/docs/src/modules/java/pages/quickstart/package-and-deploy.adoc index 541c9f92c1..0ef8bc41ec 100644 --- a/docs/src/modules/java/pages/quickstart/package-and-deploy.adoc +++ b/docs/src/modules/java/pages/quickstart/package-and-deploy.adoc @@ -28,7 +28,7 @@ kalix service list [#invoke] == Invoke your service -Once the service has started successfully, you can https://docs.kalix.io/services/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: +Once the service has started successfully, you can https://docs.kalix.io/operations/invoke-service.html#_testing_and_development[start a proxy locally] to access the service: [source,command line] ----