Skip to content

Commit 1f86d10

Browse files
authored
Merge pull request #27722 from wdberkeley/reconciler-no-lookup
ct/reconciler: Remove unused and unimplemented method
2 parents 4caec9b + c390395 commit 1f86d10

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/v/cloud_topics/reconciler/reconciler.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,6 @@ class reconciler {
253253
ss::future<model::record_batch_reader>
254254
make_reader(frontend*, kafka::offset start_offset, size_t);
255255

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-
264256
private:
265257
data_plane_api* _data_plane;
266258
l1::io* _l1_io;

0 commit comments

Comments
 (0)