You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kafka source poll timeout instead of backoff (#164)
* kafka source init
* kafka consumer wrapper and listener
* unit test and checkstyle
* exception handling
* unit tests for kafka source
* interfaces and wrappers for kafka source
* removed kafka dep
* integration tests for kafka source
* config deserialization
* Fixed deserializer
* Fixed deserializer
* styling
* kafka docker
* pipeline config example
* style
* error checking
* error checking
* integration test kafka source from config
* style
* added parser to kafka source
* example pipeline
* Fail integration test on send fail to kafka server
* requested changes
* requested changes
* configurable backoff time for kafka source
* fixed conf deserializer
* concurrent parsing workers
* multi worker unit test
* queue holds record values instead of records
* style
* instrument init
* todo
* mock observer for multithreaded testing
* configurable buffer queue size
* moved fill queue integration test to unit test
* style
* ensure queue fills in queue filled test
* refactor kafka source constructors
* style
* fix injector in integration tests
* instrumentation testing init
* unit tests for instrumentation counter
* unit test gauge metric
* more instrumentation metrics
* remove prinln
* new metric names
* metrics unit tests
* requested changes
* nonnull annotate
* Better kafka source worker polling
0 commit comments