Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Test/Debug story http proxy #24

Open
codefromthecrypt opened this issue Feb 16, 2017 · 2 comments
Open

Test/Debug story http proxy #24

codefromthecrypt opened this issue Feb 16, 2017 · 2 comments

Comments

@codefromthecrypt
Copy link

codefromthecrypt commented Feb 16, 2017

The minimum viable deployment of spark-streaming is likely

  • an embedded http stream factory http stream factory #23
  • either a storage consumer (ex mysql) or a http consumer (ex reporter to a zipkin server)

In this case, the starter arch could be a single sparkstreaming process run in dev mode, pointed at a single in-memory zipkin server. you post spans to the spark job and view or download the json from the zipkin server,

[POST localhost:19411/api/v1/spans]
    -> [sparkstreaming adjustment happens]
        -> [POST localhost:9411/api/v1/spans] 

wdyt? cc @openzipkin/devops-tooling

@naoman
Copy link
Collaborator

naoman commented Feb 17, 2017

either a storage consumer (ex mysql) or a http consumer (ex reporter to a zipkin server)

It think its a good idea to add zipkin server as a sparkstreaming consumer. I thought it's already part of zipkin-storage. Is there a reason we didn't built a storage module for zipkin server? or was it not needed before?

@codefromthecrypt
Copy link
Author

codefromthecrypt commented Feb 18, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants