Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Conversation

@stanlemon
Copy link
Contributor

@stanlemon stanlemon commented Jan 3, 2019

The 'root' configuration only supports one root, this typo is a holdover from the old implementation where we supported a list of roots to watch.

@stanlemon stanlemon requested a review from Crim January 3, 2019 21:19
@Crim
Copy link
Contributor

Crim commented Jan 4, 2019

Should we be compiling the list of changes in the CHANGELOG as part of these PRs?

@stanlemon stanlemon force-pushed the lemon/sideline-zk-root branch from e594f90 to ca7dbaa Compare January 4, 2019 15:20
*/
@BeforeEach
void resetMockConsumerPartitions() {
MockConsumer.partitions = Arrays.asList(1);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Crim this ended up being my flapper problem. Some day I'll revisit the MockConsumer entirely and fix this in a better way. You called it though. 😉

return new SidelineRequestIdentifier(identifier.toString());
}

private String generateIdFromJson(final String dataJson) throws NoSuchAlgorithmException {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Functionally the same as what was there before, just no longer dependent upon javax.

@stanlemon stanlemon merged commit 94b5733 into master Jan 4, 2019
@stanlemon stanlemon deleted the lemon/sideline-zk-root branch January 4, 2019 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants