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

[Kafka] - Consolidate payment logs into a single topic for sessionizing #4797

Closed
ivor11 opened this issue May 28, 2024 · 0 comments · Fixed by #4798
Closed

[Kafka] - Consolidate payment logs into a single topic for sessionizing #4797

ivor11 opened this issue May 28, 2024 · 0 comments · Fixed by #4798
Assignees

Comments

@ivor11
Copy link
Contributor

ivor11 commented May 28, 2024

Consolidate intent, attempt, dispute, refund events into a single topic hyperswitch-consolidated-events for sessionizer to consume

Initial log structure

{
  "log": {
    "merchant_id": "test",
    "payment_id": "p1",
    "attempt_id": "a1",
    ...
  }
  "log_type": "payment_attempt"
}
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 a pull request may close this issue.

1 participant