@cryptotaxi247 / kubo / commits / c59b624e1

docs/experimental-features: document ipns pubsub

License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>

vyzo committed Mar 30, 2018 at 20:33 UTC c59b624e114847b2220afbd5d3609a0927c79e2f
1 file changed +24
docs/experimental-features.md
+24
@@ -365,3 +365,27 @@ ipfs config --json Experimental.ShardingEnabled true
365
366 - [ ] Make sure that objects that don't have to be sharded aren't
367 - [ ] Generalize sharding and define a new layer between IPLD and IPFS
368 +
369 +---
370 +
371 +## IPNS pubsub
372 +
373 +### In Version
374 +
375 +0.4.13
376 +
377 +### State
378 +
379 +Experimental, default-disabled.
380 +
381 +Utilizes pubsub for publishing ipns records in real time.
382 +
383 +### How to enable
384 +
385 +run your daemon with the `--enable-namesys-pubsub` flag; enables pubsub.
386 +
387 +### Road to being a real feature
388 +
389 +- [ ] Needs more people to use and report on how well it works
390 +- [ ] Add a mechanism for last record distribution on subscription,
391 + so that we don't have to hit the DHT for name resolution at all.