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

[Ft]:[DEVX-8764]:Clickstream Health refactor #28

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kshitij6325
Copy link
Collaborator

@kshitij6325 kshitij6325 commented Jul 26, 2023

Refactoring Clickstream

  • API key based authentication.
  • Fixing socket connection issues to improve socket connection time.
  • Fixing event duplication issues

Refactoring Health Tracking

Health tracking is now managed by CSHealthProcessor. Changes:

  • Fixed various issues related to health config like version check, verbosity.
  • Removed redundant health events.
  • Fixed health event count calculation logic.
  • Fixed OOM errors by adding batching strategy while fetching health data.
  • Added low memory check

@kshitij6325 kshitij6325 force-pushed the feature/kshitij/health-refractor branch from ac815f7 to 4238201 Compare July 27, 2023 03:08
@kshitij6325 kshitij6325 changed the base branch from main to feature/kshitij/clickstream-refractor July 27, 2023 03:49
@kshitij6325 kshitij6325 changed the base branch from feature/kshitij/clickstream-refractor to main July 27, 2023 03:49
@kshitij6325 kshitij6325 force-pushed the feature/kshitij/health-refractor branch from 4238201 to 4d996b2 Compare July 27, 2023 06:44
buildSrc/src/main/kotlin/deps.kt Outdated Show resolved Hide resolved
* @param eventGUID
* @param timeStamp
*/
internal data class CSEventSpecificData(
Copy link
Collaborator

Choose a reason for hiding this comment

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

We don't use this. Should we remove it?

@kshitij6325 kshitij6325 force-pushed the feature/kshitij/health-refractor branch from 4d996b2 to 301d2cf Compare September 13, 2023 10:03
akashraje
akashraje previously approved these changes Sep 21, 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