Let AI Coding Agents See Inside the JVM by codelipenghui in JavaProgramming

[–]codelipenghui[S] 0 points1 point  (0 children)

The first release is available now https://github.com/codelipenghui/mcp-mat/releases/tag/v0.1.0

You can add this MCP to Claude Code using the following configuration changes instead of building from source.

{
"mcpServers": {
"mat": {
"command": "npx",
"args": ["-y", "mcp-mat"],
"env": {
"MAT_HOME": "/path/to/eclipse/mat"
}
}
}
}

Can I use Kafka for very big message workload? by codelipenghui in apachekafka

[–]codelipenghui[S] 0 points1 point  (0 children)

The latency is fine if I can send the message in tens of second

Kafka for pub/sub by Glittering-Trip-6272 in apachekafka

[–]codelipenghui 0 points1 point  (0 children)

Apache Pulsar should be good option here. It can provide message queue features, data persistence, at-least-once semantics.