Commit graph

3 commits

Author SHA1 Message Date
Travis Turner
e8fc445e69
Fix cli/batch test (and make sure it's not excluded from CI)
The logic in our Makefile was exluding from tests any package with
`/batch` in the package name. This excluded `/cli/batch`, which is not
good.

This commit changes the exclusion logic to include the `/v3` portion of
the package name, so `/v3/batch`.
2023-03-06 13:31:17 -06:00
Travis Turner
599205ae15
Re-organize the fbsql kafka config and setup.
Allow field config to use the table schema if no fields provided.
2023-03-06 13:31:16 -06:00
Travis Turner
7a7bb0c928
Add kafka support to CLI (fbsql)
This commit adds the ability to provide a `--kafka-config` command line
argument referncing a toml file to configure kafka.
2023-03-06 13:31:15 -06:00