nginyc / rafiki

Rafiki is a distributed system that supports training and deployment of machine learning models using AutoML, built with ease-of-use in mind.
Apache License 2.0
36 stars 23 forks source link

using kafka to transfer inference worker and predictor infomation #148

Closed airlovelq closed 5 years ago

airlovelq commented 5 years ago

1、Editing shell file to control kafka and zookeeper, such as pulling image, starting, stopping, etc. 2、Adding a class for kafka operating. 3、Editing some requirement file to install kafka-python.

nudles commented 5 years ago

pls do not use git merge to merge the latest dev commits. otherwise other people's commits will be duplicated into your repo. you can use git rebase. Suppose your last commit is A, and your branch is kafka, and the latest dev branch is dev on your local computer, then git rebase dev

nginyc commented 5 years ago

Hi @airlovelq, do the changes look good? any bugs/issues? should I proceed to merge them?

airlovelq commented 5 years ago

Hi @airlovelq, do the changes look good? any bugs/issues? should I proceed to merge them?

I have tried the test code in the test folder and have not found error.