112 Commits (446fa7f0dcfbd1f01ac6d87deb9a042716c82037)

Author SHA1 Message Date
  Philipp Oppermann 446fa7f0dc
Wait for remaining drop tokens before breaking from event stream thread 3 years ago
  Philipp Oppermann a661030c56
Break from drop token wait loop on timeout 3 years ago
  Philipp Oppermann 453e03c0e9
Warn if shared memory regions are closed before receiving drop tokens 3 years ago
  Philipp Oppermann 9030e729fe
Extract event stream loop into separate function 3 years ago
  Philipp Oppermann 983a26f664
Box shared memory instance to reduce size of `Event` enum 3 years ago
  Philipp Oppermann 0d0d6630a1
Add TODO 3 years ago
  Philipp Oppermann 1fab082717
Use `arrow` crate to send events from Rust to Python without copying 3 years ago
  Philipp Oppermann 2ca97fdc6b
Remove lifetime from `Event` type 3 years ago
  Philipp Oppermann 06e020472b
Check that dora daemon and node API versions match 3 years ago
  haixuanTao 8f05ec79a1 Add attach logic and hot-reloading logic to the cli 3 years ago
  haixuanTao 2d76cd5cc8 Add `Reload` event containing `dataflow_id, node_id, op_id` that needs to be reloaded 3 years ago
  haixuanTao c565071140 Change `instrument` level to not pollute user logs 3 years ago
  haixuanTao 1e965452d5 Replace opentelemetry with tokio::tracing 3 years ago
  haixuanTao c4794725aa Fix API description to use workspace 3 years ago
  haixuanTao 38e02df62c Update rust api to publish it to crates.io 3 years ago
  Philipp Oppermann f2fb2ffab6
Merge pull request #210 from dora-rs/remove-workspace-path 3 years ago
  haixuanTao f1cf0864a4 Remove static path from workspace dependency 3 years ago
  Philipp Oppermann b4ebbff074
Allocate shared memory in nodes to improve throughput 3 years ago
  haixuanTao 70e6d4ce8f Remove code duplicate for tracing subscriber and use env variable to manage log level. 3 years ago
  Philipp Oppermann feca83e309
Refactor: Split Rust node API into smaller submodules 3 years ago
  Philipp Oppermann c21b70ae65
Rename submodule 3 years ago
  Philipp Oppermann 11e970e268
Refactor: Move `DoraNode` implementation into submodule 3 years ago
  Philipp Oppermann f4f20f084a
Merge pull request #195 from dora-rs/dont-ack-send-message 3 years ago
  Philipp Oppermann 7974d1fe9f
Improve warning message when input is not dropped in time 3 years ago
  Philipp Oppermann 9bb57ee531
Don't send replies for `SendMessage` requests when using TCP 3 years ago
  Philipp Oppermann 2ccc170649
Send all queued incoming events at once on `NextEvent` request 3 years ago
  Philipp Oppermann 00421e2bcd
Send small messages directly without shared memory 3 years ago
  Philipp Oppermann 085a0723db
Re-add joining of event stream thread, now based on shared ownership and using a timeout 3 years ago
  Philipp Oppermann 125638f27e
Report event stream errors through channel instead of panicking 3 years ago
  Philipp Oppermann 2ba397c644
Fix: Don't wait on event stream thread on drop, as it might be dropped later 3 years ago
  Philipp Oppermann 0aebe9c3c4
Flush TCP connection after sending message 3 years ago
  Philipp Oppermann d334c6f243
Make `daemon` module of Rust node API private and reexport symbols 3 years ago
  Philipp Oppermann 1e07a73a64
Merge branch 'main' into unify-nodes-and-operators 3 years ago
  Philipp Oppermann 1553a198ef
Re-export dora-message from dora-core 3 years ago
  Philipp Oppermann 0840cf0c0e
Implement support for TCP-based daemon connection in Rust node API 3 years ago
  Philipp Oppermann ff836d200c
Start adding back support for daemon communication over TCP 3 years ago
  Philipp Oppermann 70bfa35d0c
Use rendezvous channel for forwarding inputs in node API 3 years ago
  dependabot[bot] b74a524031
Bump tokio from 1.23.1 to 1.24.2 3 years ago
  Philipp Oppermann 6eb9b46637
Close outputs of operators when they stop 3 years ago
  Philipp Oppermann 77e71393c9
Add an async receive method 3 years ago
  Philipp Oppermann 6438ef7413
Add special handling for zero-sized messages to avoid one roundtrip 3 years ago
  Philipp Oppermann cf95078ca1
Extract shared memory server/client into separate crate 3 years ago
  Philipp Oppermann bf978d9d7d
Always send register message first, also when subscribing 3 years ago
  Philipp Oppermann c6d864b20f
Make shmem server/client typed and report event stream closure 3 years ago
  Philipp Oppermann c9e8d8dfe4
Join event stream thread before exiting 3 years ago
  Philipp Oppermann 827fb1b241
Fix: Don't use timeout on EventStream client 3 years ago
  Philipp Oppermann 503a9497fd
Use shared memory for event stream too 3 years ago
  dependabot[bot] ae161e644c
Bump tokio from 1.21.2 to 1.23.1 3 years ago
  Philipp Oppermann 670c154e5e
Create a safer server/client API on top of `ShmemChannel` 3 years ago
  Philipp Oppermann 8d1c3742a1
Implement disconnect signal for `ShmemChannel` and set it on drop 3 years ago