Remove PollStatus and replace with an enum in Msg.h
Created by: rerpha
Pollstatus is a useless wrapper for an Enum that it wraps.
Instead of using Pollstatus, add an enum as a public member variable in Msg.h (or at least a getter/setter function set)
Any places where Pollstatus is used should just instead use a unique pointer to a KafkaW::Msg