ingest-data.td 714 B

1234567891011121314151617181920212223
  1. # Copyright Materialize, Inc. and contributors. All rights reserved.
  2. #
  3. # Use of this software is governed by the Business Source License
  4. # included in the LICENSE file at the root of this repository.
  5. #
  6. # As of the Change Date specified in that file, in accordance with
  7. # the Business Source License, use of this software will be governed
  8. # by the Apache License, Version 2.0.
  9. > SET TRANSACTION_ISOLATION = 'STRICT SERIALIZABLE';
  10. > SET REAL_TIME_RECENCY TO TRUE
  11. $ kafka-ingest topic=input_1 format=bytes repeat=500000
  12. A,B,0
  13. $ kafka-ingest topic=input_2 format=bytes repeat=500000
  14. A,B,0
  15. $ kafka-ingest topic=input_1 format=bytes repeat=500001
  16. A,B,0
  17. $ kafka-ingest topic=input_2 format=bytes repeat=500002
  18. A,B,0