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

DBZ-3720 Error with debezium.sink.pulsar.client.serviceUrl #142

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gustavolira
Copy link

@gustavolira gustavolira commented Dec 12, 2024

@gustavolira gustavolira changed the title DBZ-3720 Error with debezium.sink.pulsar.client.serviceUrl and debezium-server version DBZ-3720 Error with debezium.sink.pulsar.client.serviceUrl Dec 12, 2024
…um-server

DBZ-3720 Error with debezium.sink.pulsar.client.serviceUrl and debezium-server
@gustavolira
Copy link
Author

@jpechane Can we merge it?

@jpechane
Copy link
Contributor

@gustavolira Hi, no, this cannot be merged. Please rebase on the latest main. Also there are failures in Pulsar module like

2024-12-16T13:12:17.1842197Z Caused by: org.apache.pulsar.shade.com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "serviceurl" (class org.apache.pulsar.client.impl.conf.ClientConfigurationData), not marked as ignorable (42 known properties: "operationTimeoutMs", "connectionsPerBroker", "useTcpNoDelay", "tlsTrustStorePath", "lookupTimeoutMs", "authParams", "memoryLimitBytes", "keepAliveIntervalSeconds", "tlsTrustCertsFilePath", "initialBackoffIntervalNanos", "authParamMap", "requestTimeoutMs", "statsIntervalSeconds", "sslProvider", "tlsTrustStoreType", "listenerName", "tlsProtocols", "socks5ProxyPassword", "proxyProtocol", "authPluginClassName", "connectionTimeoutMs", "tlsHostnameVerificationEnable", "numListenerThreads", "maxLookupRequest", "useTls", "maxBackoffIntervalNanos", "maxLookupRedirects", "serviceUrl", "numIoThreads", "concurrentLookupRequest", "tlsTrustStorePassword", "dnsLookupBindPort", "tlsAllowInsecureConnection", "tlsCiphers", "maxNumberOfRejectedRequestPerConnection", "useKeyStoreTls", "enableTransaction", "socks5ProxyUsername", "socks5ProxyAddress", "enableBusyWait", "dnsLookupBindAddress", "proxyServiceUrl"])
2024-12-16T13:12:17.1853622Z  at [Source: (String)"{"numIoThreads":1,"numListenerThreads":1,"tlsHostnameVerificationEnable":false,"useKeyStoreTls":false,"tlsTrustCertsFilePath":"","memoryLimitBytes":67108864,"maxLookupRedirects":20,"enableBusyWait":false,"tlsProtocols":[],"operationTimeoutMs":30000,"maxNumberOfRejectedRequestPerConnection":50,"tlsCiphers":[],"statsIntervalSeconds":60,"useTls":false,"concurrentLookupRequest":5000,"connectionsPerBroker":1,"initialBackoffIntervalNanos":100000000,"serviceurl":"pulsar://localhost:32790","tlsTrustStor"[truncated 287 chars]; line: 1, column: 462] (through reference chain: org.apache.pulsar.client.impl.conf.ClientConfigurationData["serviceurl"])
2024-12-16T13:12:17.1858295Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:61)
2024-12-16T13:12:17.1860396Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.DeserializationContext.handleUnknownProperty(DeserializationContext.java:1127)
2024-12-16T13:12:17.1862225Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:1989)
2024-12-16T13:12:17.1864031Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownProperty(BeanDeserializerBase.java:1700)
2024-12-16T13:12:17.1866014Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownVanilla(BeanDeserializerBase.java:1678)
2024-12-16T13:12:17.1867800Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:319)
2024-12-16T13:12:17.1869672Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:176)
2024-12-16T13:12:17.1871670Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:322)
2024-12-16T13:12:17.1873369Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4674)
2024-12-16T13:12:17.1874722Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3629)
2024-12-16T13:12:17.1876087Z 	at org.apache.pulsar.shade.com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3597)
2024-12-16T13:12:17.1877414Z 	at org.apache.pulsar.client.impl.conf.ConfigurationDataUtils.loadData(ConfigurationDataUtils.java:67)
2024-12-16T13:12:17.1878236Z 	... 34 more

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.

2 participants