Skip to content

Commit

Permalink
Add comment about UTF-8 bars
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Soutier committed Nov 27, 2024
1 parent 71c386f commit f2b0e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions akka-components/src/main/scala/ClusterComponent.scala
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ object ClusterComponent {
/**
* The placeholder that will replace any | in the produced String as this character is illegal due to Akka's entityId encoding.
* When overriding keep the new placeholder permanently or existing entities won't be resolved.
* The default value uses UTF-8 bars (from the Symbols palette in macOS).
* */
val barPlaceholder = "❘❘bar❘❘"

Expand Down

0 comments on commit f2b0e01

Please sign in to comment.