kafka icon indicating copy to clipboard operation
kafka copied to clipboard

A high-throughput, distributed, publish-subscribe messaging system

Results 43 kafka issues
Sort by recently updated
recently updated
newest added

I am getting below exceptions when I am doing put and delete operations of state store. `Ajava.lang.UnsupportedOperationException: getPosition is not implemented by this StateStore   at org.apache.kafka.streams.processor.StateStore.getPosition(StateStore.java:165)   at org.apache.kafka.streams.state.internals.ChangeLoggingKeyValueBytesStore.log(ChangeLoggingKeyValueBytesStore.java:142)   at org.apache.kafka.streams.state.internals.ChangeLoggingKeyValueBytesStore.delete(ChangeLoggingKeyValueBytesStore.java:110)   ...

Bumps commons-net from 3.6 to 3.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-net:commons-net&package-manager=maven&previous-version=3.6&new-version=3.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Why do we always create an admin client with the same "connector-dlq-adminclient-" id? https://github.com/a0x8o/kafka/blob/54eff6af115ee647f60129f2ce6a044cb17215d0/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Worker.java#L958 For all other cases, a postfix is ​​added. ![image](https://github.com/user-attachments/assets/68acfc7d-4b7a-45fc-84b6-4f7c424edb8e) Because of this I get "Error registering...