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

Stream kube events to topic, as opt-in folder instead of addon #92

Merged
merged 26 commits into from
Dec 18, 2017

Conversation

solsson
Copy link
Contributor

@solsson solsson commented Nov 9, 2017

Replaces #60. We're phasing out addons in favor of opt-in folder.

TODO write README for this folder.

solsson and others added 25 commits August 5, 2017 07:08
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.xerial.snappy.Snappy
	at org.xerial.snappy.SnappyInputStream.readFully(SnappyInputStream.java:145)
	at org.xerial.snappy.SnappyInputStream.readHeader(SnappyInputStream.java:99)
	at org.xerial.snappy.SnappyInputStream.<init>(SnappyInputStream.java:59)
	at org.apache.kafka.common.record.CompressionType$3.wrapForInput(CompressionType.java:82)
	... 40 more
and kafkacat will produce each line separately
we don't send error messages to the topic
(even if it's json -- format is different and it's pretty printed)
to see the error message (like missing RBAC) you basically have to run the curl command.

I'd like startup to be as fast as possible, to not miss events, so I hesitate to add checks.
Silly change, but 0.8 days is very short.

Google helped me verify the math.
Fix retention from 0.8 days to 8 days
@solsson solsson merged commit 4845912 into master Dec 18, 2017
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.

None yet

2 participants