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

adds scan endpoint #35

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

Merged
merged 1 commit into from
Jun 4, 2020
Merged

adds scan endpoint #35

merged 1 commit into from
Jun 4, 2020

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