alanhoff opened a new pull request #127:
URL: https://github.com/apache/pulsar-client-node/pull/127


   * Allows the initial sequence ID to be passed as a string: 
`client.createProducer({initialSequenceId: '1234'})` so JS can send 64 bits 
integers encoded as string.
   * Allows the message sequence ID to be passed as a string 
`producer.send({sequenceId: '1234'})` so JS can send 64 bits integers encoded 
as string.
   * Implements `Producer.getLastSequenceId` which returns `Napi::String` since 
`Napi::Number` cannot be used for 64 bits integers.
   * Closes #124 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to