hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

[REFACTOR] Update KafkaStore to hold variables for tenant ID

Open lsampras opened this issue 9 months ago • 1 comments

Update the KafkaStore to hold a variable for tenant-ID.

This can be achieved by simply adding a new field in the KafkaStore struct. Update the KafkaStore constructor method to accept a Tenant-ID.

Tenant-ID can be a new type field backed by a string;

pub struct TenantID(String);

For now the KafkaStore can be initialized with a fixed tenantID "default"

lsampras avatar Apr 29 '24 14:04 lsampras

hey @lsampras can You review my pr once?

subhajit20 avatar May 02 '24 04:05 subhajit20

@subhajit20 Thanks for the PR. I'll assign you this issue

lsampras avatar May 02 '24 07:05 lsampras