idobata / hubot-idobata

Idobata adapter for GitHub's Hubot
https://github.com/idobata/hubot-idobata
65 stars 9 forks source link

Server-Sent Events based event streaming (aka eventd) #55

Closed ursm closed 7 years ago

ursm commented 7 years ago

Currently Idobata uses a new event notification mechanism based on Server-Sent Events, which is called "eventd". This pull request adds support for eventd to hubot-idobata.

Will the old version of hubot-idobata stop working immediately?

No. We will support both traditional versions and new versions for a while. After a sufficient transition period, we will stop support for the older one. Until then, it does not affect bots that are working now.

I am maintaining another bot adapter. Do I need to add eventd support to this?

Yes, eventually. We will keep the current API for a while (at least a few months), but after that we will only support eventd. Please do not hesitate to tell us if you need help.