File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/src/main/java/io/dapr/examples/pubsub Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ public class BulkPublisher {
298298 try (DaprClient client = (new DaprClientBuilder ()). build()) {
299299 client. waitForSidecar(10000 );
300300 try (Scope scope = span. makeCurrent()) {
301- System . out. println(" Using client..." );
301+ System . out. println(" Using Dapr client..." );
302302 List<String > messages = new ArrayList<> ();
303303 System . out. println(" Constructing the list of messages to publish" );
304304 for (int i = 0 ; i < NUM_MESSAGES ; i++ ) {
@@ -412,7 +412,7 @@ Once running, the BulkPublisher should print the output as follows:
412412```txt
413413✅ You ' re up and running! Both Dapr and your app logs will appear here.
414414
415- == APP == Using client...
415+ == APP == Using Dapr client...
416416== APP == Constructing the list of messages to publish
417417== APP == Going to publish message : This is message #0
418418== APP == Going to publish message : This is message #1
You can’t perform that action at this time.
0 commit comments