ess-dmsc/kafka-to-nexus

Remove PollStatus and replace with an enum in Msg.h

Closed this issue · 0 comments

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