AdvancedExpressionFolding icon indicating copy to clipboard operation
AdvancedExpressionFolding copied to clipboard

Partial String concatenation when using constants

Open dodalovic opened this issue 7 years ago • 2 comments

image

dodalovic avatar Jan 29 '18 20:01 dodalovic

What is wrong? What is the desired output?

ciscorucinski avatar Jan 30 '18 02:01 ciscorucinski

Hi, maybe something like:

.setHeader(KafkaHeaders.TOPIC, "${doc.origin.tenantId}${Kafka.RESPONSE_TOPIC_SUFFIX}")

That might be more consistent when we have something like this:

image

dodalovic avatar Jan 30 '18 07:01 dodalovic