Hi Colleagues,Is bounded KafkaIO().withMaxNumRecords(finite-number) essentially 
the same as TextIO().read_from_a_finite_records data file?In neither case we 
are Streaming, right? No on-going streaming data mode in both since "reading" 
will halt at some point by design: bounded.What difference is setting 
options.setStreaming(true); to true making here?Thanks

Reply via email to