Adolfo Cueto

Results 19 comments of Adolfo Cueto

Waiting for an official driver.

i will waiting for it too. Thanks for your first tutorial, you save me a lot of time. For now i only have to implement one to one transactions but...

Hello i'm getting this error: Query failed: Failed to initialize Kafka consumer 'consumer' : No provider for SASL mechanism SCRAM-SHA-512: recompile librdkafka with libsasl2 or openssl support. Current build options:...

Thanks @gitbuda for the rapidelly response, don't worry, we are using AWS MSK but as KAFKA MECHANISMS=SCRAM-SHA-512 KAFKA SECURITY_PROTOCOL=SASL_SSL. i will try to configure as PLAINTEXT meanwhile.

Also using min values on each algorithm memgraph creash because all RAM is consumed. 30k nodes 60k relationships. ```cypher CALL pagerank_online.set(1, 0.1) YIELD node, rank; CREATE TRIGGER pagerank_trigger BEFORE COMMIT...

@satvikpendem an example is how apollo router handle errors, if one subgraph respond ok and other subgraph respond an error, the SuperGraph respond will be data: {}, error: []

@omarabid it's posible if you define your functions as ```rust async fn query_some(...) -> Option{ ... } ```

struct with options fields cant use #[derive(sqlx::Type)] Implementation of sqlx::Decode is not general enough

> This might be fixed on `master` and/or a newer version of Rust (which one are you using?) as I can't reproduce it, though there's another problem relating to the...