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: remove deprecated Kafka `consume` & `consume_to_partitioned_table` methods #244

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

The Python API's consume and consume_to_partitioned_table reference docs need to replace the deprecated signatures with the new ones that use the Object Processor.

Usages of the old method signatures must be replaced throughout the docs.