From d93d542adf9d26633b0f3cfa361277ca677c46f3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 16:01:47 -0800 Subject: codespell fixes in proposals --- proposals/20201012_no_capture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proposals/20201012_no_capture.md') diff --git a/proposals/20201012_no_capture.md b/proposals/20201012_no_capture.md index bb47ea2..27c14d1 100644 --- a/proposals/20201012_no_capture.md +++ b/proposals/20201012_no_capture.md @@ -29,7 +29,7 @@ The current status quo is to store the missing URL as the last element in the pipeline that would read from the Kafka feed and extract them, but this would be messy. Eg, re-ingesting would not update the old kafka messages, so we could need some accounting of consumer group offsets after which missing URLs are -truely missing. +truly missing. We could add a new `missing_url` database column and field to the JSON schema, for this specific use case. This seems like unnecessary extra work. -- cgit v1.2.3