Skip to content

[Serverless IDE] Unexpected property kafka #218

@EderLisboaa

Description

@EderLisboaa

Currently I receiving an error when using kafka as a event trigger on lambda: [Serverless IDE] Unexpected property kafka.

Has some example for how to configure a Ignore Rules to ignore this by now?

my serverless.yml:

functions:
  myFunction:
    handler: src/execute.handler
    events:
      - kafka:
          topic: myTopic
          bootstrapServers:
            - ${self:provider.environment.CONSUMER_BROKER_1}
            - ${self:provider.environment.CONSUMER_BROKER_2}
            - ${self:provider.environment.CONSUMER_BROKER_3}
          enabled: true
          batchSize: 50
          startingPosition: LATEST

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions