Skip to content

Conversation

@jsalaber
Copy link
Contributor

@jsalaber jsalaber commented Aug 21, 2024

Changes

  • fetch v2 config instead of v1 config
  • fix local bucketing sending two params instead of 3 for newest version of local bucketing

@jsalaber jsalaber requested review from a team and JamieSinn August 21, 2024 14:40
DevCycleEvent event = DevCycleEvent.builder().type("test").target("target").build();

localBucketing.initEventQueue(apiKey, "{}");
localBucketing.initEventQueue(apiKey, UUID.randomUUID().toString(),"{}");
Copy link
Member

Choose a reason for hiding this comment

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

you'll need to track this client uuid attaching it to the localbucketing instance - as it's used later for sdkConfig events

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'd rather get that done in the same pr as the sdkConfig if it hasn't been done already

Copy link
Member

Choose a reason for hiding this comment

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

it has - just an fyi

@jsalaber jsalaber enabled auto-merge (squash) August 21, 2024 15:38
@jsalaber jsalaber disabled auto-merge August 21, 2024 15:56
@jsalaber jsalaber enabled auto-merge (squash) August 21, 2024 15:56
@jsalaber jsalaber merged commit e7e3e7c into main Aug 22, 2024
@jsalaber jsalaber deleted the COR-2946-use-v2-config branch August 22, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants