[ 
https://issues.apache.org/jira/browse/CAMEL-17913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

itachi uchiha updated CAMEL-17913:
----------------------------------
    Description: 
 When we initialize a KafkaConsumer, we can set the property called 
isolation.level to control what transaction records are exposed to the 
consumer. Two values are then possible, read_uncommitted to retrieve all 
records, independently on the transaction outcome (if any), and read_committed 
to get only the records from committed transactions.
 
 in,
 org.apache.kafka.clients.consumer.ConsumerConfig
 DEFAULT_ISOLATION_LEVEL is 
IsolationLevel.READ_UNCOMMITTED.toString().toLowerCase(Locale.ROOT);
 
 and there is no way we can change ISOLATION_LEVEL to 
IsolationLevel.READ_COMMITTED by camel-kafka  

===============================================================================================

 

!image-2022-04-06-19-26-31-080.png!

  was:
 When we initialize a KafkaConsumer, we can set the property called 
isolation.level to control what transaction records are exposed to the 
consumer. Two values are then possible, read_uncommitted to retrieve all 
records, independently on the transaction outcome (if any), and read_committed 
to get only the records from committed transactions.
 
 in,
 org.apache.kafka.clients.consumer.ConsumerConfig
 DEFAULT_ISOLATION_LEVEL is 
IsolationLevel.READ_UNCOMMITTED.toString().toLowerCase(Locale.ROOT);
 
 and there is no way we can change ISOLATION_LEVEL to 
IsolationLevel.READ_COMMITTED by camel-kafka  


> camel-kafka - Not able to set IsolationLevel using consumer parameters
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-17913
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17913
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-kafka
>    Affects Versions: 3.14.2
>            Reporter: itachi uchiha
>            Priority: Minor
>         Attachments: image-2022-04-06-19-26-31-080.png
>
>
>  When we initialize a KafkaConsumer, we can set the property called 
> isolation.level to control what transaction records are exposed to the 
> consumer. Two values are then possible, read_uncommitted to retrieve all 
> records, independently on the transaction outcome (if any), and 
> read_committed to get only the records from committed transactions.
>  
>  in,
>  org.apache.kafka.clients.consumer.ConsumerConfig
>  DEFAULT_ISOLATION_LEVEL is 
> IsolationLevel.READ_UNCOMMITTED.toString().toLowerCase(Locale.ROOT);
>  
>  and there is no way we can change ISOLATION_LEVEL to 
> IsolationLevel.READ_COMMITTED by camel-kafka  
> ===============================================================================================
>  
> !image-2022-04-06-19-26-31-080.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to