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.
2 parents 4caec9b + c390395 commit 1f86d10Copy full SHA for 1f86d10
src/v/cloud_topics/reconciler/reconciler.h
@@ -253,14 +253,6 @@ class reconciler {
253
ss::future<model::record_batch_reader>
254
make_reader(frontend*, kafka::offset start_offset, size_t);
255
256
- /*
257
- * Convert an ntp to a topic_id_partition using the metadata cache.
258
- * Returns nullopt if the topic doesn't exist or doesn't have a
259
- * topic_id.
260
- */
261
- std::optional<model::topic_id_partition>
262
- ntp_to_topic_id_partition(const model::ntp& ntp) const;
263
-
264
private:
265
data_plane_api* _data_plane;
266
l1::io* _l1_io;
0 commit comments