maytasm3 opened a new pull request #9576: Add Integration Test for 
functionality of kinesis ingestion
URL: https://github.com/apache/druid/pull/9576
 
 
   Add Integration Test for functionality of kinesis ingestion
   
   ### Description
   
   Added following Integration Test for functionality of kinesis ingestion:
   
   1. Functional tests when Druid and Kafka are in stable state
   - legacy parser
   - inputFormat
   - Greater than 1 taskCount
   
   2. Functional tests when Druid is in an unstable state 
   - losing nodes
   - Stop/start supervisor
   
   3. Functional tests when Kafka is in an unstable state 
   - adding partitions
   
   To verify ingestion:
   - Kafka lag should be minimal, the consumer should be able to pull off the 
queue at a comparable rate to the producer.
   - Realtime queries works from the indexing tasks
   - Queries works reading from historical segments (after handed off)
   - Queries return expected count/value/etc.
   
   This PR has:
   - [x] been self-reviewed.
   - [ ] added documentation for new or modified features or behaviors.
   - [x] added Javadocs for most classes and all non-trivial methods. Linked 
related entities via Javadoc links.
   - [ ] added or updated version, license, or notice information in 
[licenses.yaml](https://github.com/apache/druid/blob/master/licenses.yaml)
   - [ ] added comments explaining the "why" and the intent of the code 
wherever would not be obvious for an unfamiliar reader.
   - [ ] added unit tests or modified existing tests to cover new code paths.
   - [x] added integration tests.
   - [] been tested in a test Druid cluster.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to