Skip to content

Comments

added rust IO grpc optimization#254

Open
the-tushar-meesho wants to merge 121 commits intojava-go-rust-pocfrom
go-rust-poc
Open

added rust IO grpc optimization#254
the-tushar-meesho wants to merge 121 commits intojava-go-rust-pocfrom
go-rust-poc

Conversation

@the-tushar-meesho
Copy link
Contributor

🔁 Pull Request Template – BharatMLStack

Please fill out the following sections to help us review your changes efficiently.


📌 Summary

e.g., Adds optimizes Redis fetch latency in online-feature-store, or improves search UI responsiveness in trufflebox-ui.


📂 Modules Affected

  • horizon (Real-time systems / networking)
  • online-feature-store (Feature serving infra)
  • trufflebox-ui (Admin panel / UI)
  • infra (Docker, CI/CD, GCP/AWS setup)
  • docs (Documentation updates)
  • Other: ___________

✅ Type of Change

  • Feature addition
  • Bug fix
  • Infra / build system change
  • Performance improvement
  • Refactor
  • Documentation
  • Other: ___________

📊 Benchmark / Metrics (if applicable)

@the-tushar-meesho the-tushar-meesho changed the title added changes added rust IO grpc optimization Dec 18, 2025
grpc.WithTransportCredentials(insecure.NewCredentials()),
)
// Create listener with connection reuse settings
listener, err := net.Listen("tcp", ":8081")
Copy link

@semgrep-sast-meesho semgrep-sast-meesho bot Dec 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detected a network listener listening on 0.0.0.0 or an empty string. This could unexpectedly expose the server publicly as it binds to all available interfaces. Instead, specify another IP address that is not 0.0.0.0 nor the empty string.

🧹 Fixed in commit 3df6ed7 🧹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant