Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
d9cd2929
Commit
d9cd2929
authored
Mar 31, 2018
by
vyzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more words for ipns pubsub documentation
License: MIT Signed-off-by:
vyzo
<
vyzo@hackzen.org
>
parent
f360ed7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
docs/experimental-features.md
docs/experimental-features.md
+12
-4
No files found.
docs/experimental-features.md
View file @
d9cd2929
...
@@ -372,7 +372,7 @@ ipfs config --json Experimental.ShardingEnabled true
...
@@ -372,7 +372,7 @@ ipfs config --json Experimental.ShardingEnabled true
### In Version
### In Version
0.
4.1
3
0.
4.1
4
### State
### State
...
@@ -380,8 +380,15 @@ Experimental, default-disabled.
...
@@ -380,8 +380,15 @@ Experimental, default-disabled.
Utilizes pubsub for publishing ipns records in real time.
Utilizes pubsub for publishing ipns records in real time.
Note: both the publisher and the resolver nodes need to have the feature
When it is enabled:
enabled for it to work effectively.
-
IPNS publishers push records to a name-specific pubsub topic,
in addition to publishing to the DHT.
-
IPNS resolvers subscribe to the name-specific topic and receive newly
published records through pubsub in real time. Note that the initial resolution
still goes through the DHT, as there is no message history in pubsub.
Both the publisher and the resolver nodes need to have the feature enabled for it
to work effectively.
### How to enable
### How to enable
...
@@ -391,4 +398,5 @@ run your daemon with the `--enable-namesys-pubsub` flag; enables pubsub.
...
@@ -391,4 +398,5 @@ run your daemon with the `--enable-namesys-pubsub` flag; enables pubsub.
-
[ ] Needs more people to use and report on how well it works
-
[ ] Needs more people to use and report on how well it works
-
[ ] Add a mechanism for last record distribution on subscription,
-
[ ] Add a mechanism for last record distribution on subscription,
so that we don't have to hit the DHT for name resolution at all.
so that we don't have to hit the DHT for the initial resolution.
Alternatively, we could republish the last record periodically.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment