File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ footprint.
47
47
48
48
## In depth
49
49
50
- There is bit of an impedance mismatch between Kafka streams and data warehouse
50
+ There is a bit of an impedance mismatch between Kafka streams and data warehouse
51
51
file structure. [ Parquet is a columnar
52
52
format] ( https://parquet.apache.org/documentation/latest/ ) , and each Parquet
53
53
file (in fact each row group within a file) in a Delta Lake table should
@@ -178,7 +178,7 @@ Another big contribution would be support for running periodically
178
178
rather than continuously (24x7). I suspect a lot of folks have situations
179
179
where Kafka is used as a buffer between data warehouse writes that
180
180
occur periodically throughout the day. We have several low-volume topics that
181
- are not a good fit for 24x7 streaming because they only produce a one or two
181
+ are not a good fit for 24x7 streaming because they only produce one or two
182
182
messages per second. Having a 24x7 process buffer these topics in memory would
183
183
be very awkward. It would make a lot more sense to let these buffer in Kafka
184
184
and launch a periodic cron-style job to do the ETL a few times a day. This is
@@ -192,5 +192,4 @@ Any write-oriented improvement accepted in delta-rs is Clikely to benefit
192
192
kafka-delta-ingest.
193
193
194
194
195
- Kafka Delta Ingest has a bridge future ahead and I hope you'll join us!
196
-
195
+ Kafka Delta Ingest has a bright future ahead and I hope you'll join us!
You can’t perform that action at this time.
0 commit comments