zenfenan commented on issue #8766:
URL: https://github.com/apache/druid/issues/8766#issuecomment-670386444


   @ArtinTD 
   
   When you submit the Kafka ingestion spec, you can provide the context map 
with `forceTimeChunkLock` set to `false` like
   ```
   {
     "type": "kafka",
     "ioConfig": {
        ...
     },
     "tuningConfig": {
        ...
     },
     "dataSchema": {
        ...
     },
     "context": {
       "forceTimeChunkLock": false
     }
   }
   ```


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to