question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't access value from another 3rd party transformation

See original GitHub issue

I’m trying to create my own field from the header using this package: https://jcustenborder.github.io/kafka-connect-documentation/projects/kafka-connect-transform-common/transformations/examples/HeaderToField.headertofield.html

transforms.AppendServer.type=com.github.jcustenborder.kafka.connect.transform.common.HeaderToField$Value transforms.AppendServer.header.mappings=connect.hostname:STRING:server

However if I try to access $value.server in my filepulse filters, I don’t get a value.

filters.SetKeyWithTag.type=io.streamthoughts.kafka.connect.filepulse.filter.AppendFilter filters.SetKeyWithTag.field=$key filters.SetKeyWithTag.value={{ concat($value.server, ‘-’, $value.vendor, ‘-’, $value.user, ‘-’, $value.host, ‘-’, $value.tag) }} filters.SetKeyWithTag.overwrite=true

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fhussonnoiscommented, Oct 8, 2021

Hi @sscots, this is an issue it will be resolved in next patch version (i.e. 2.4.1).

0reactions
fhussonnoiscommented, Dec 13, 2021

Hi @sscots, this issue has been resolved (https://github.com/streamthoughts/kafka-connect-file-pulse/issues/189). Kafka Connect FilePulse 2.4.1 is now available.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SqlBulkCopy - The given value of type String from the data ...
The given value of type String from the data source cannot be converted to type nvarchar of the specified target column. This could...
Read more >
Forward data to third-party systems - Splunk Documentation
This example shows how to use a heavy forwarder to filter a subset of data and send the subset to a third-party system....
Read more >
The Do's and Don'ts of Sensitive Data Sharing with Vendors
Understand the value of your data prior to allowing a third-party to access it. Being able to differentiate data that is highly sensitive ......
Read more >
The demise of third-party cookies and identifiers | McKinsey
Because of their engaged readers, premium publishers are already adept at value exchange, usually using paywalls to restrict access to content ...
Read more >
User Permissions for Sharing Reports and Dashboards
Each level of access to a report or dashboard folder consists of a combination of user permissions. As an administrator, you can further...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found