AlefRP opened a new issue, #5402: URL: https://github.com/apache/hop/issues/5402
### Apache Hop version? 2.14.0 ### Java version? 23.0.1 ### Operating system Windows ### What happened? ### Steps to Reproduce 1. Create a new Hop pipeline in version **2.14.0**. 2. Add a network-based input transform (for example, **HTTP Client**, **FTP Input** or a **Table Input** pointing to a remote JDBC database). 3. Configure the transform to read a known set of records (e.g. 1 000 rows). 4. Add downstream transforms, then run the pipeline. 5. Open the **Metrics** tab. --- ### Expected Behavior - The **Input** counter for the network-based transform should show the number of rows read from the external source. - The **Read** counter should increase accordingly for each row processed. --- ### Actual Behavior - Both **Input** and **Read** counters remain at **0**, despite the pipeline successfully processing and writing data downstream. - Other counters (e.g., **Written**, **Output**) appear correctly, but there is no indication of how many rows were retrieved from the remote source. - This behavior occurs predominantly when dealing with external network connections.  --- ### Issue Priority Priority: 1 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
