Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Serverless IDE] Unexpected property kafka #218

Open
EderLisboaa opened this issue Mar 28, 2024 · 0 comments
Open

[Serverless IDE] Unexpected property kafka #218

EderLisboaa opened this issue Mar 28, 2024 · 0 comments

Comments

@EderLisboaa
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant