Enable event persistence in kafka (#7633)

This commit is contained in:
Praveen raj Mani
2019-05-30 01:49:48 +05:30
committed by kannappanr
parent da8214845a
commit 763fce909b
8 changed files with 139 additions and 21 deletions

View File

@@ -111,7 +111,6 @@ func (target *MQTTTarget) send(eventData event.Event) error {
if token.Error() != nil {
return token.Error()
}
return nil
}