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-3910: prototype of another approach to cyclic schemas #2196

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open

KAFKA-3910: prototype of another approach to cyclic schemas #2196

wants to merge 2 commits into from

Conversation

shikhar
Copy link
Contributor

@shikhar shikhar commented Dec 1, 2016

No description provided.

@shikhar
Copy link
Contributor Author

shikhar commented Dec 1, 2016

Not sure if this totally makes sense but it was interesting to try. Tests need fleshing out.

}
}

private final ThreadLocal<Set<SchemaPairIdentityComparison>> comparisonContext = new ThreadLocal<Set<SchemaPairIdentityComparison>>() {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This thread-local state is used to handle the problem @johnhofman solved with the ComparisonContext stuff in #1582. It avoids having to change the Schema API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant