From 2f16cb0f48eca4453e3e894b3d45a3aa09e6dcc0 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 16 Feb 2026 15:18:21 +0100 Subject: feat: opendc -> kafka -> postgresql works; added protobuf encoding --- opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt | 2 -- 1 file changed, 2 deletions(-) (limited to 'opendc-demo/src/main/kotlin/org/opendc/demo/RunRequest.kt') 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") } -- cgit v1.2.3