This is an automated email from the ASF dual-hosted git repository. seanglover pushed a commit to branch seglo/artifact-id-rename2 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git
commit c254d67912b4083c969a07b39c3585a9e993f155 Author: Sean Glover <[email protected]> AuthorDate: Tue Dec 27 23:29:11 2022 -0500 cluster-sharding project --- docs/src/main/paradox/cluster-sharding.md | 2 +- project/project-info.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/paradox/cluster-sharding.md b/docs/src/main/paradox/cluster-sharding.md index 6ab33cce..9623f3b7 100644 --- a/docs/src/main/paradox/cluster-sharding.md +++ b/docs/src/main/paradox/cluster-sharding.md @@ -9,7 +9,7 @@ When partitions and shards are co-located together then there is less chance tha ## Project Info -@@project-info{ projectId="clusterSharding" } +@@project-info{ projectId="cluster-sharding" } ## Dependency diff --git a/project/project-info.conf b/project/project-info.conf index 439dd6e5..5b14426b 100644 --- a/project/project-info.conf +++ b/project/project-info.conf @@ -57,7 +57,7 @@ project-info { } ] } - clusterSharding: ${project-info.shared-info} { + cluster-sharding: ${project-info.shared-info} { title: "Alpakka Kafka Cluster Sharding" jpms-name: "akka.stream.alpakka.kafka.cluster.sharding" levels: [ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
