linkedin / databus

Source-agnostic distributed change data capture system
Apache License 2.0
3.64k stars 735 forks source link

GET Info with curl #60

Open panda695 opened 9 years ago

panda695 commented 9 years ago

Would you please give me a example of this request. Especially, the field of checkPoint.

GET /stream?sources=src_id,...&streamFromLatestScn=&checkPoint=&size=&output=json/binary&filters=

Thanks~

davidvit commented 6 years ago

curl -s "http://localhost:11115/stream?sources=40&streamFromLatestScn=false&size=30000&output=json"