We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b11aef commit f934404Copy full SHA for f934404
docs/api/appending-events.md
@@ -265,7 +265,7 @@ release.
265
```java
266
JsonMapper mapper = new JsonMapper();
267
268
-Map<String, Object> metadata = new HashMap<>();
+Map<String, String> metadata = new HashMap<>();
269
metadata.put("source", "OrderProcessingSystem");
270
271
byte[] metadataBytes = mapper.writeValueAsBytes(metadata);
0 commit comments