Skip to content

Commit

Permalink
Fixed typo in kinesis tutorial and fixed release flags. (#1570)
Browse files Browse the repository at this point in the history
* Fixed typo in kinesis tutorial and fixed release flags.

* Forwarding kinesis feature to quickwit-aws
  • Loading branch information
fulmicoton authored May 31, 2022
1 parent 82c6064 commit 870c9e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ doc_mapping:
- name: actor
type: json
tokenizer: default
-name: other
- name: other
type: json
tokenizer: default
- name: created_at
Expand Down
5 changes: 2 additions & 3 deletions quickwit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,5 @@ serial_test = "0.6.0"
ci-test = []
tokio-console = ["console-subscriber"]
openssl-support = ["openssl-probe"]
release-feature-set = ["quickwit-metastore/postgres", "quickwit-indexing/kafka", "openssl-support"]
release-feature-vendored-set = ["quickwit-metastore/postgres", "quickwit-indexing/vendored-kafka", "openssl-support"]

release-feature-set = ["quickwit-metastore/postgres", "quickwit-indexing/kafka", "quickwit-indexing/kinesis", "openssl-support"]
release-feature-vendored-set = ["quickwit-metastore/postgres", "quickwit-indexing/vendored-kafka", "quickwit-indexing/kinesis", "openssl-support"]
2 changes: 1 addition & 1 deletion quickwit-indexing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ time = { version = "0.3.9", features = ["std"] }
kafka = ["rdkafka"]
kafka-broker-tests = []
vendored-kafka = ["kafka", "libz-sys/static", "openssl/vendored"]
kinesis = ["rusoto_core", "rusoto_kinesis"]
kinesis = ["rusoto_core", "rusoto_kinesis","quickwit-aws/kinesis"]
kinesis-localstack-tests = []

[dev-dependencies]
Expand Down

0 comments on commit 870c9e1

Please sign in to comment.