Changelog
85be34d 1. Remove individual tests checking creation of inmemory store, noop store creation 2. Refactor to combine tests related creation of different stores like InMemory, Redis(new test), NoOp
644581c Add test to check if callback is called n times when n messages exist
b290546 Agent to parse topic information from kafka data directory
739b4a6 Agent to run jobs in background
990199b Agent with navigator job to push topic, partition, size metrics to prometheus
6087207 CI test fix, read atomic variable by loading and run tests with single core
6c00662 Enabling pprof for agent, fixing deployment,host tags for agent metrics
89902a0 Fix race condition on test
5c05afb Fix: directory size now return size of dir by navigating it's files recursively
62f8b3c Fixing directory size test, testdata dir is being ignored in travis
e78219a Ignore Codecov(coverage.txt) data
ea43cf7 Remove consumers from Test setup so that they can be modified as per the test requirements
06af2bf Remove unnecessary for loop around select
7db0735 Update readme with contribution, features and grafana aggregated cluster dashboard and screenshot
7094661 adding goreleaser to publish kafqa agent distribution
1e2ddb6 agent shouldn't have confluent kafka as dependency, which fails linux build
c8b5ebc moving package to gojek from gojekfarm