Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ - GH-43 - Support Fix For Routing Key #801

Closed
wants to merge 2 commits into from

Conversation

garyrussell
Copy link
Contributor

@@ -194,8 +194,7 @@ public void testPartitionedModuleSpEL() throws Exception {
Binding<MessageChannel> outputBinding = binder.bindProducer("part.0", output, producerProperties);
try {
Object endpoint = extractEndpoint(outputBinding);
assertThat(getEndpointRouting(endpoint))
.contains(getExpectedRoutingBaseDestination("part.0", "test") + "-' + headers['partition']");
checkRkExpression(endpoint);
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to use this name or something more expressive?

@mbogoevici mbogoevici self-assigned this Feb 13, 2017
@mbogoevici
Copy link
Contributor

Merged in master via 51a7f8b

@artembilan
Copy link
Contributor

Merged in master via 51a7f8b

So, let's close then ! 😄

@mbogoevici
Copy link
Contributor

@artembilan I was waiting for a confirmation whether we want to backport or not.

@mbogoevici
Copy link
Contributor

Cherry-picked as 8056473

@mbogoevici mbogoevici closed this Feb 14, 2017
@mbogoevici mbogoevici removed the in pr label Feb 14, 2017
sobychacko added a commit to sobychacko/spring-cloud-stream that referenced this pull request Feb 24, 2022
* Kafka Streams - DLQ control per consumer binding

Resolves spring-cloud/spring-cloud-stream-binder-kafka#800

* Fine-grained DLQ control and deserialization exception handlers per input binding

* Deprecate KafkaStreamsBinderConfigurationProperties.SerdeError in preference to the
  new enum `KafkaStreamsBinderConfigurationProperties.DeserializationExceptionHandler`
  based properties

* Add tests, modifying docs

* Addressing PR review comments
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.

None yet

3 participants