deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

UPDATE: Kafka `consume` and `consumeToPartitionedTable` #246

Open elijahpetty opened 1 week ago

elijahpetty commented 1 week ago

This issue is in response to the following PR: https://github.com/deephaven/deephaven-core/pull/5225

Update KafkaTools.consume and .consumeToPartitionedTable to use the new method signatures. Remove uses of deprecated signatures throughout docs.

Create a guide on how to use the configuration layers - TupleValue, Value, StringValue, etc. - if needed.