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

Introduce Kafka as backend store implementation #359

Merged
merged 2 commits into from
Oct 20, 2021

Conversation

purbon
Copy link
Collaborator

@purbon purbon commented Oct 16, 2021

  • Please check if the PR fulfills these requirements
  • The commit messages are descriptive
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • An issue has been created for the pull requests. Some issues might require previous discussion.

@purbon purbon force-pushed the feature/state-store-kafka branch 2 times, most recently from 88740db to 0f304c9 Compare October 20, 2021 09:43
…sm for julieops

wire up

use lombook to simplify getters and setters for topics

clean up users class with annotations

ammend user pojo

lombokeed the config file

Revert "lombokeed the config file"

This reverts commit d8fc6e4.

crappy solution for passing the test, needs lots of improved and backend could not start until consumer is up and running

wait until there is a record received before finishing the configuration

some more test

close proper backend

add extra sleep

cleanup debugging logs

add code and test to ensure always an instance ID

fix test
@purbon purbon force-pushed the feature/state-store-kafka branch from 641f3b8 to 939b0da Compare October 20, 2021 11:01
@purbon purbon merged commit bc41536 into master Oct 20, 2021
@@ -131,4 +134,7 @@
public static final String SSL_KEY_PASSWORD = "ssl.key.password";

public static final String JULIE_ROLES = "julie.roles";

public static final String JULIE_KAFKA_CONFIG_TOPIC = "julie.kafka.config.topic";
public static final String JULIE_INSTANCE_ID = "julie.instance.id";
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This could be improved by allowing ENV overwrite

@purbon purbon deleted the feature/state-store-kafka branch December 9, 2021 10:29
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.

1 participant