这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@vniche
Copy link
Contributor

@vniche vniche commented May 17, 2020

Great job done so far @mosuka!

Have been experimenting with cete today and stumbled upon the need for a scan endpoint, here is the initial work on it.

Deployed a Docker image if you want to try it out:

docker run -d --rm --name cete-node1 \
    -p 7000:7000 \
    -p 8000:8000 \
    -p 9000:9000 \
    vniche/cete:latest cete start \
      --id=node1 \
      --raft-address=:7000 \
      --grpc-address=:9000 \
      --http-address=:8000 \
      --data-directory=/tmp/cete/node1

@mosuka
Copy link
Owner

mosuka commented Jun 4, 2020

Hi @vniche ,
Thank you for your pull request!

Copy link
Owner

@mosuka mosuka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mosuka mosuka merged commit dd1c466 into mosuka:master Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants