twosom

Results 8 issues of twosom

**Please** add a meaningful description for your change here fixed #31724 This PR Contains implementation `equals` and `hashCode` of `FlinkOrderedListState` ------------------------ Thank you for your contribution! Follow this checklist to...

runners
flink

### What would you like to happen? FlinkRunner's OrderedListState (i.e. FlinkOrderedListState) does not have an implementation of equals, hashCode, unlike other States in FlinkRunner. Before starting to write tests for...

java
flink
new feature
P2

### What would you like to happen? As the number of state operators in Apache Beam grows, we need to update the existing StateInternalsTest. Currently, tests exist for ValueState, BagState,...

java
new feature
P3

change `DEFAULT_KAFKA_TRANSACTION_TIMEOUT` in `KafkaSinkBuilder` class. The default value is 15 minutes, as shown in the official Kakfa documentation. So I changed it from 1 hour to 15 minutes and added...

component=Connectors/Kafka

**Please** add a meaningful description for your change here fixes #19378 This PR contains thease changes - add `ValueProvider` methods for `MqttIO.ConnectionConfiguration` ------------------------ Thank you for your contribution! Follow this...

java
io
mqtt
Next Action: Reviewers

## What is the purpose of the change The `ValueState#value` description says that null can be returned, but the method does not have the `@Nullable` annotation. So it seems reasonable...

component=<none>

Linked issue: #321 ### Purpose of change This PR implements the Java version of Vector Store functionality for Flink Agents, following the design proposal in #143. This implementation enables RAG...

priority/major
fixVersion/0.2.0
doc-needed

### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description Following the design proposal in #143, we need to implement Java version of...

feature
priority/major
fixVersion/0.2.0