forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding publisher event cache (elastic#14568)
* Adding publisher event cache * Adding CHANGELOG entry * Store ptr to EventCache so copy-by-value uses same cache * Remove mutex * Adding back nil guard for map * Pass cache by pointer * Adding debug logging * Set default number of partitions for Kafka cluster to 15 * Guarding per-event debug logs with logp.IsDebug * Update tests * WIP: make testReadFromKafkaTopic work with multiple partitions * Create consumers outside goroutine * Fix compile errors * Check channel state * Fixing up tests * [WIP] Getting Docker logs for all containers on failure * [WIP] Temporarily increase timeout for integration tests * Remove temporary Makefile changes introduced for debugging * Reduce number of default Kafka partitions to 3 (was 15)
- Loading branch information
1 parent
cc00d01
commit b5270dd
Showing
8 changed files
with
204 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters