rafael81 opened a new issue #8956:
URL: https://github.com/apache/pulsar/issues/8956


   **Describe the bug**
   Caused by: java.lang.IllegalArgumentException: Currently auto consume works 
for type 'KEY_VALUE' is not supported yet
        at 
org.apache.pulsar.client.impl.schema.AutoConsumeSchema.generateSchema(AutoConsumeSchema.java:163)
 ~[org.apache.pulsar-pulsar-client-original-2.7.0.jar:2.7.0]
        at 
org.apache.pulsar.client.impl.schema.AutoConsumeSchema.configureSchemaInfo(AutoConsumeSchema.java:129)
 ~[org.apache.pulsar-pulsar-client-original-2.7.0.jar:2.7.0]
        at 
org.apache.pulsar.client.impl.PulsarClientImpl.lambda$preProcessSchemaBeforeSubscribe$26(PulsarClientImpl.java:827)
 ~[org.apache.pulsar-pulsar-client-original-2.7.0.jar:2.7.0]
        at 
java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) 
~[?:1.8.0_275]
        ... 29 more
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Setup Debezium source connector following by 
https://pulsar.apache.org/docs/en/io-cdc-debezium/
   2. Setup JDBC sink connector following by 
https://pulsar.apache.org/docs/en/io-quickstart/#connect-pulsar-to-postgresql
   
   **Expected behavior**
   The produced data from topic are replicated to postgresql database.
   
   **Screenshots**
   
![image](https://user-images.githubusercontent.com/36774/102096410-0406af80-3e68-11eb-9e57-9c2f94d95b32.png)
   
   **Desktop (please complete the following information):**
    - OS: Docker
   
   **Additional context**
   Add any other context about the problem here.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to