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

Add kafka/{zookeeper,producer,consumer} #16

Merged
merged 3 commits into from
Aug 7, 2023
Merged

Conversation

mackjmr
Copy link
Member

@mackjmr mackjmr commented Jul 25, 2023

App changes:

  • Adds a Java based producer service (orderproducer) which produces to the orders topic.
  • Adds a zookeeper service which the kafka service connects to
  • Makes frauddetectionservice and kafka expose JMX

Agent changes:

  • Adds integration for kafka on producer, consumer, broker
  • Adds zookeeper integrations
  • Enables logs

Kafka OOTB Dashboard:

  • env:otel-ingest => LINK. Filtered on otel-ingest, we can see all dashboard components are populated.
  • env:otel => LINK. Filtered on otel, only 3 metrics are present.

Unrelated change:
It also add rules:

    - if: '$CI_COMMIT_REF_NAME == "prod"'
    - if: '$CI_COMMIT_REF_NAME =~ /-staging$/'

so that deploy is only done for prod and *-staging branches.

@mackjmr mackjmr changed the title Add JMX to kafka svc Add kafka/{zookeeper,producer,consumer} Jul 31, 2023
Copy link
Member

@dineshg13 dineshg13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small comments

@mackjmr
Copy link
Member Author

mackjmr commented Aug 7, 2023

@dineshg13 am I good to merge this in ?

@mackjmr mackjmr merged commit e8318c8 into prod Aug 7, 2023
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

Successfully merging this pull request may close these issues.

2 participants