Skip to content

Commit

Permalink
chore: refactor AggregateAnalyzer
Browse files Browse the repository at this point in the history
This is a follow on task from confluentinc#4781. While working on confluentinc#4781 I realized it the complex logic in `enforceAggregateRules` could be simplified by applying the rules along the way, rather than capturing all the information along the way and then trying to munge it all together at the end.  This simplifies the code and moves several fields from `MutableAggregateAnalysis` to `AggregateAnalyzer.AggAnalyzer`.
  • Loading branch information
big-andy-coates committed Mar 17, 2020
1 parent 9566e59 commit ebcc737
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 275 deletions.
Loading

0 comments on commit ebcc737

Please sign in to comment.