summaryrefslogtreecommitdiff
path: root/opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-16 15:18:21 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-16 15:18:21 +0100
commit2f16cb0f48eca4453e3e894b3d45a3aa09e6dcc0 (patch)
tree672d98baa2ac071f2c30de06d613254d0d8cd105 /opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt
parent86d35fcec83057e346e4982b5a6908f25342a392 (diff)
feat: opendc -> kafka -> postgresql works; added protobuf encodingHEADmaster
Diffstat (limited to 'opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt')
-rw-r--r--opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt b/opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt
index e24a0af5..c4dfb7ca 100644
--- a/opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt
+++ b/opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt
@@ -23,7 +23,5 @@
package org.opendc.demo
public fun runRequest(request: String) {
- // https://github.com/am-i-helpful/opendc/blob/master/opendc-oda/opendc-oda-experiments/src/main/kotlin/org/opendc/oda/experimentrunner/ODAComputeMonitor.kt
- // Do this here
println("The request is $request\n")
}