Skip to content

Conversation

@srdo
Copy link
Contributor

@srdo srdo commented Feb 28, 2017

Putting #1818 on 1.0.x as well since @qiozas asked about it here #1696

Only change from 1.x version is that KafkaSpout.emitTupleIfNotEmitted returns void instead of boolean here.

@srdo srdo force-pushed the STORM-2104-1.0.x branch from b649f09 to 2263d60 Compare March 2, 2017 17:38
* Specifying this key deserializer overrides the property key.deserializer
*/
public Builder<K,V> setKeyDeserializer(Deserializer<K> keyDeserializer) {
public Builder<K,V> setKeyDeserializer(SerializableDeserializer<K> keyDeserializer) {
Copy link
Contributor

@HeartSaVioR HeartSaVioR Mar 8, 2017

Choose a reason for hiding this comment

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

I'm not 100% sure it keeps binary compatibility. Serializable doesn't have methods so it might work, but just not sure.
Once who makes me clear that this is also safe for binary compatibility, I'll give +1.

(We decided to break backward compatibility for 1.x but not 1.0.x.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't. I'll revert this part.

@srdo srdo force-pushed the STORM-2104-1.0.x branch from 2263d60 to dc78c16 Compare March 8, 2017 21:56
@HeartSaVioR
Copy link
Contributor

Thanks for the quick fix. +1

@asfgit asfgit merged commit dc78c16 into apache:1.0.x-branch Mar 9, 2017
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.

3 participants