Skip to content

func (c Consumer) Start() error has a dead loop #1

Description

@avkharin

The func (c Consumer) Start() error of file event-consumer.go will never return an error result.
While there is an error check at the call site.

Perhaps the function should terminate and return an error if event processing (c.handleEvents(gotEvents)) fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions