Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/_test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ./.github/actions/utils/setup-rust-with-cache
with:
cache-targets: false # Only cache registry and git deps, not target dir (sccache handles that)
save-cache: "false" # Only builds server+examples, let Rust test job save comprehensive cache
save-cache: "false" # Only builds server+examples, let Rust test job save comprehensive cache

- name: Setup Node with cache for examples
if: inputs.component == 'examples-suite'
Expand Down Expand Up @@ -152,6 +152,15 @@ jobs:
if: inputs.component == 'examples-suite' && inputs.task == 'examples-node'
run: |
echo "Running Node.js examples tests..."
# Build the local Node SDK first (examples use file: link to it)
cd foreign/node
npm ci
npm run build
cd ../..
# Install examples dependencies (will use the local SDK)
cd examples/node
npm ci
cd ../..
./scripts/run-node-examples-from-readme.sh
- name: Run Java examples
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ humantime = "2.3.0"
hwlocality = "1.0.0-alpha.11"
iceberg = "0.8.0"
iceberg-catalog-rest = "0.8.0"
iggy = { path = "core/sdk", version = "0.8.2-edge.2" }
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.8.2-edge.2" }
iggy_common = { path = "core/common", version = "0.8.2-edge.2" }
iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.1.2-edge.1" }
iggy = { path = "core/sdk", version = "0.8.3-edge.1" }
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.8.3-edge.1" }
iggy_common = { path = "core/common", version = "0.8.3-edge.1" }
iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.1.3-edge.1" }
integration = { path = "core/integration" }
journal = { path = "core/journal" }
js-sys = "0.3"
Expand Down
34 changes: 17 additions & 17 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,23 +385,23 @@ icu_provider: 2.1.1, "Unicode-3.0",
ident_case: 1.0.1, "Apache-2.0 OR MIT",
idna: 1.1.0, "Apache-2.0 OR MIT",
idna_adapter: 1.2.1, "Apache-2.0 OR MIT",
iggy: 0.8.2-edge.2, "Apache-2.0",
iggy-bench: 0.3.2-edge.1, "Apache-2.0",
iggy: 0.8.3-edge.1, "Apache-2.0",
iggy-bench: 0.3.3-edge.1, "Apache-2.0",
iggy-bench-dashboard-server: 0.5.1-edge.1, "Apache-2.0",
iggy-cli: 0.10.2-edge.1, "Apache-2.0",
iggy-connectors: 0.2.2-edge.1, "Apache-2.0",
iggy-mcp: 0.2.2-edge.1, "Apache-2.0",
iggy_binary_protocol: 0.8.2-edge.2, "Apache-2.0",
iggy_common: 0.8.2-edge.2, "Apache-2.0",
iggy_connector_elasticsearch_sink: 0.2.1-edge.1, "Apache-2.0",
iggy_connector_elasticsearch_source: 0.2.1-edge.1, "Apache-2.0",
iggy_connector_iceberg_sink: 0.2.1-edge.1, "Apache-2.0",
iggy_connector_postgres_sink: 0.2.1-edge.1, "Apache-2.0",
iggy_connector_postgres_source: 0.2.1-edge.1, "Apache-2.0",
iggy_connector_quickwit_sink: 0.2.1-edge.1, "Apache-2.0",
iggy_connector_random_source: 0.2.1-edge.1, "Apache-2.0",
iggy_connector_sdk: 0.1.2-edge.1, "Apache-2.0",
iggy_connector_stdout_sink: 0.2.1-edge.1, "Apache-2.0",
iggy-cli: 0.10.3-edge.1, "Apache-2.0",
iggy-connectors: 0.2.3-edge.1, "Apache-2.0",
iggy-mcp: 0.2.3-edge.1, "Apache-2.0",
iggy_binary_protocol: 0.8.3-edge.1, "Apache-2.0",
iggy_common: 0.8.3-edge.1, "Apache-2.0",
iggy_connector_elasticsearch_sink: 0.2.2-edge.1, "Apache-2.0",
iggy_connector_elasticsearch_source: 0.2.2-edge.1, "Apache-2.0",
iggy_connector_iceberg_sink: 0.2.2-edge.1, "Apache-2.0",
iggy_connector_postgres_sink: 0.2.2-edge.1, "Apache-2.0",
iggy_connector_postgres_source: 0.2.2-edge.1, "Apache-2.0",
iggy_connector_quickwit_sink: 0.2.2-edge.1, "Apache-2.0",
iggy_connector_random_source: 0.2.2-edge.1, "Apache-2.0",
iggy_connector_sdk: 0.1.3-edge.1, "Apache-2.0",
iggy_connector_stdout_sink: 0.2.2-edge.1, "Apache-2.0",
iggy_examples: 0.0.6, "Apache-2.0",
ignore: 0.4.25, "MIT OR Unlicense",
impl-more: 0.1.9, "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -719,7 +719,7 @@ serde_with_macros: 3.16.1, "Apache-2.0 OR MIT",
serde_yaml_ng: 0.10.0, "MIT",
serial_test: 3.3.1, "MIT",
serial_test_derive: 3.3.1, "MIT",
server: 0.6.2-edge.1, "Apache-2.0",
server: 0.6.3-edge.1, "Apache-2.0",
sha1: 0.10.6, "Apache-2.0 OR MIT",
sha2: 0.10.9, "Apache-2.0 OR MIT",
sha3: 0.10.8, "Apache-2.0 OR MIT",
Expand Down
2 changes: 1 addition & 1 deletion core/ai/mcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "iggy-mcp"
version = "0.2.2-edge.1"
version = "0.2.3-edge.1"
description = "MCP Server for Iggy message streaming platform"
edition = "2024"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "iggy-bench"
version = "0.3.2-edge.1"
version = "0.3.3-edge.1"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/apache/iggy"
Expand Down
2 changes: 1 addition & 1 deletion core/binary_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "iggy_binary_protocol"
version = "0.8.2-edge.2"
version = "0.8.3-edge.1"
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
edition = "2024"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "iggy-cli"
version = "0.10.2-edge.1"
version = "0.10.3-edge.1"
edition = "2024"
authors = ["bartosz.ciesla@gmail.com"]
repository = "https://github.com/apache/iggy"
Expand Down
2 changes: 1 addition & 1 deletion core/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
[package]
name = "iggy_common"
version = "0.8.2-edge.2"
version = "0.8.3-edge.1"
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
edition = "2024"
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions core/common/src/types/message/iggy_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ impl IggyMessage {
origin_timestamp: IggyTimestamp::now().as_micros(),
user_headers_length,
payload_length: payload.len() as u32,
reserved: 0,
};

let user_headers = user_headers.map(|h| h.to_bytes());
Expand Down
Loading
Loading