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 b200bf2 commit f8b0198Copy full SHA for f8b0198
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