vikrambombhi / burst

Pub Sub Message Broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File IO

vikrambombhi opened this issue · comments

What

We need to write all messages to a file.

Steps

  1. Create a file object that fulfills the IO interface. (might need to edit interface)
  2. Encode messages, go binary object is fine for now
  3. Write encoded message to a file