-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basic pubsub commands #2599
basic pubsub commands #2599
Conversation
@whyrusleeping updated your comment to fix |
Sorry for the delay. Notes and feedback:
Just dies silently. We should probably give an error: "Topic required, eg. 'Qm...abc/topic1'" or something.
Happens when the topic doesn't exist.
I think this would be clearer if the help text said:
-t is not optional, it's required. We should change the api or the docs to reflect that. See suggestion below.
Can we make this
Can we do automatic topic creation? Not sure of the security implications, but it'd be required one way or the other I think. If you think of chat rooms, it'd be good to have the possibility to "claim" a channel, ie. create a topic in pubsub.
Would be cool if I could publish several "chunks" at a time Noticed also that unix pipes don't work yet. It'd be cool to be able to do something like |
License: MIT Signed-off-by: Jeromy <[email protected]>
License: MIT Signed-off-by: Jeromy <[email protected]>
License: MIT Signed-off-by: Jeromy <[email protected]>
add94a9
to
da7455f
Compare
going to close this for now, but keeping the branch around. (do not delete the branch pls) |
This is still a WIP. To build and try it out you need to grab the go-libp2p-pubsub dep manually:
The command here is
ipfs torch
.License: MIT
Signed-off-by: Jeromy [email protected]