dapr 0.1.19 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Readme.adoc +1 -1
- data/lib/dapr/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8df47b206023dca8719858a4804d26d2ebafa509bddb478b91bede1cc4218d62
|
|
4
|
+
data.tar.gz: 950c92173973547e2865de8ea19733a0cd01c2740871e12c2eea3dc7de1c58b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b71595b5f08a7c41c16f2dfb1c77dfd2d82e45a3d18a87a1cc2ef69a164d9eb481af8e4e024d4c7de7dc11796d3db4de135c3ba9d06aa07fae9bae7d14a25a4
|
|
7
|
+
data.tar.gz: abda725498346865e3adc1d8102bb1ceee7dcc08170b5d409a0e5b29fc81b50817cd80f3aac71fc9338abfcd25700f992a32248833127edd3a354bd522c61b3c
|
data/Readme.adoc
CHANGED
|
@@ -65,7 +65,7 @@ publisher.publish('topic-name', { message: 'Hello, Dapr!', from: 'Ruby' })
|
|
|
65
65
|
|
|
66
66
|
Subscriptions in Dapr work a little different than you may be used to. Instead of subscribing to a topic
|
|
67
67
|
then looping through consumed messages, you define a fully-fledged service that Dapr will
|
|
68
|
-
send each message to in the topic(s) that you specify. This unique
|
|
68
|
+
send each message to in the topic(s) that you specify. This unique approach allows you to
|
|
69
69
|
focus on the business logic of your service, rather than the plumbing of message consumption.
|
|
70
70
|
|
|
71
71
|
[source,ruby]
|
data/lib/dapr/version.rb
CHANGED