Skip to content

Commit

Permalink
GitBook: [#1420] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjad-moradi authored and gitbook-bot committed Aug 31, 2022
1 parent 175ea11 commit 32334a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions basics/getting-started/frequent-questions/ingestion-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ This typically happens if

In case of Kafka, to recover, set property "auto.offset.reset":"earliest" in the streamConfigs section and reset the CONSUMING segment. See [Realtime table configs](https://docs.pinot.apache.org/configuration-reference/table#indexing-config) for more details about the config.

You can also also use the "Resume Consumption" endpoint with "resumeFrom" parameter set to "smallest" (or "largest" if you want). Refer to [Pause Stream Ingestion](https://docs.pinot.apache.org/basics/data-import/pinot-stream-ingestion#pause-stream-ingestion) for more details.

## Indexing

### How to set inverted indexes?
Expand Down

0 comments on commit 32334a2

Please sign in to comment.