verify-success.td 1.1 KB

1234567891011121314151617181920
  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. $ kafka-ingest topic=input format=bytes
  10. Hanover,PA,17331
  11. $ kafka-verify-data format=avro sink=materialize.public.output sort-messages=true
  12. {"before": null, "after": {"row": {"city": "Brooklyn", "state": "NY", "zip": "11217", "offset":[0,0,0,0,0,0,0,3]}}}
  13. {"before": null, "after": {"row": {"city": "Hanover", "state": "PA", "zip": "17331", "offset":[0,0,0,0,0,0,0,4]}}}
  14. {"before": null, "after": {"row": {"city": "New York", "state": "NY", "zip": "10004", "offset":[0,0,0,0,0,0,0,1]}}}
  15. {"before": null, "after": {"row": {"city": "Rochester", "state": "NY", "zip": "14618", "offset":[0,0,0,0,0,0,0,0]}}}
  16. {"before": null, "after": {"row": {"city": "San Francisco", "state": "CA", "zip": "94114", "offset":[0,0,0,0,0,0,0,2]}}}